From d56a155ab1329ca8f84a18b37abe5526f834f521 Mon Sep 17 00:00:00 2001 From: Slotos Date: Sat, 20 Aug 2016 02:43:29 +0300 Subject: [PATCH] Revert ef2156144f726ef8328e7dc299cf8e0b6b459127 In case of new-window and split-window -F is not a replacement to -c, it is an absolutely different beast -F formats -P output -c sets a working directory This reverts a fix that broke what was not broken. --- tmux/tmux.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d2451a0..65df287 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -8,10 +8,10 @@ set -g default-terminal screen-256color bind-key ^D detach-client # Create splits and vertical splits -bind-key v split-window -h -p 50 -F "#{pane_current_path}" -bind-key ^V split-window -h -p 50 -F "#{pane_current_path}" -bind-key s split-window -p 50 -F "#{pane_current_path}" -bind-key ^S split-window -p 50 -F "#{pane_current_path}" +bind-key v split-window -h -p 50 -c "#{pane_current_path}" +bind-key ^V split-window -h -p 50 -c "#{pane_current_path}" +bind-key s split-window -p 50 -c "#{pane_current_path}" +bind-key ^S split-window -p 50 -c "#{pane_current_path}" # Pane resize in all four directions using vi bindings. # Can use these raw but I map them to shift-ctrl- in iTerm. @@ -78,7 +78,7 @@ bind C-a last-window set -g history-limit 10000 # New windows/pane in $PWD -bind c new-window -F "#{pane_current_path}" +bind c new-window -c "#{pane_current_path}" # Fix key bindings broken in tmux 2.1 set -g assume-paste-time 0