diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-04-19 10:36:52 +0200 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-04-19 10:36:52 +0200 |
commit | 1334be46cddda02e659b4785e93e9e2347d84704 (patch) | |
tree | 80cb0e23dfa21446070592cd83ebfc546af8bd8b | |
parent | 7de4fef9947d63dc12d5f0fde9f19d58f38517b5 (diff) | |
download | dotfiles-1334be46cddda02e659b4785e93e9e2347d84704.tar.gz dotfiles-1334be46cddda02e659b4785e93e9e2347d84704.zip |
tmux.conf open splits from the path of the current selected pane
-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 |