Update tmux binding

This commit is contained in:
2026-04-11 14:16:05 +01:00
parent b5471c5f25
commit a88a419669

View File

@@ -105,7 +105,6 @@ bind -n C-M-S-Right resize-pane -R 5
# Window navigation # Window navigation
bind r command-prompt -I "#W" "rename-window -- '%%'" bind r command-prompt -I "#W" "rename-window -- '%%'"
bind c new-window -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}"
bind x kill-window
bind -n M-1 select-window -t 1 bind -n M-1 select-window -t 1
bind -n M-2 select-window -t 2 bind -n M-2 select-window -t 2