tmux: update key binding

This commit is contained in:
Bryan
2026-05-17 22:44:37 +08:00
committed by Bryan
parent 1e107a7b92
commit 4ec530e8b5
+2 -2
View File
@@ -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