diff options
-rw-r--r-- | tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ set -s escape-time 0 bind-key Tab last-window # split settings -bind-key v split-window -h -bind-key s split-window +bind-key v split-window -h -c "#{pane_current_path}" +bind-key s split-window -c "#{pane_current_path}" # maximize current pane bind-key f resize-pane -Z # overwrites find window |