fix new pane shortcut
This commit is contained in:
@@ -19,7 +19,7 @@ set -g mouse on
|
|||||||
set-option -gw xterm-keys on
|
set-option -gw xterm-keys on
|
||||||
|
|
||||||
bind-key -n C-t new-window
|
bind-key -n C-t new-window
|
||||||
bind-key -n C-y new-window -c "#{pane_current_path}"
|
bind-key -n C-n new-window -c "#{pane_current_path}"
|
||||||
|
|
||||||
bind '"' split-window -v -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user