Also fix for create window
This commit is contained in:
parent
8556eb49b9
commit
705c00bc0f
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ bind-key -t vi-copy 'v' begin-selection
|
|||
bind-key -t vi-copy 'y' copy-selection
|
||||
bind y run-shell "tmux show-buffer | xclip -sel clip -i"
|
||||
|
||||
# because the new tmux is inadequate
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
|
||||
# be more like vim
|
||||
bind s split-window -v -c "#{pane_current_path}" # horizontal window split
|
||||
bind v split-window -h -c "#{pane_current_path}" # vertical window split
|
||||
|
|
Loading…
Reference in a new issue