1
0

fix new pane shortcut

This commit is contained in:
2025-04-30 17:53:21 +02:00
parent 8f2d9fb72b
commit 6e48cdf319

View File

@@ -19,7 +19,7 @@ set -g mouse on
set-option -gw xterm-keys on
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 -h -c "#{pane_current_path}"