tmux: update key binding
This commit is contained in:
parent
1e107a7b92
commit
4ec530e8b5
1 changed files with 2 additions and 2 deletions
|
|
@ -127,8 +127,8 @@ in
|
|||
set -s escape-time 0
|
||||
|
||||
bind c new-window -c '#{pane_current_path}'
|
||||
bind % split-window -v -c '#{pane_current_path}'
|
||||
bind '"' split-window -h -c '#{pane_current_path}'
|
||||
bind % split-window -h -c '#{pane_current_path}'
|
||||
bind '"' split-window -v -c '#{pane_current_path}'
|
||||
|
||||
# TODO: make these interactive
|
||||
bind C new-session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue