This commit is contained in:
2026-04-01 20:37:45 +01:00
parent 2e83db4b69
commit ab9854d12f
6 changed files with 8 additions and 17 deletions

View File

@@ -81,7 +81,6 @@ bind-key -n User0 send-keys C-S-o
bind-key -n User0 send-keys C-S-y
bind-key -n User0 send-keys C-S-a
# Prefix
set -g prefix C-Space
set -g prefix2 C-b
@@ -106,7 +105,7 @@ bind -n C-M-S-Right resize-pane -R 5
# Window navigation
bind r command-prompt -I "#W" "rename-window -- '%%'"
bind c new-window -c "#{pane_current_path}"
bind k kill-window
bind x kill-window
bind -n M-1 select-window -t 1
bind -n M-2 select-window -t 2
@@ -126,7 +125,7 @@ bind -n M-S-Right swap-window -t +1 \; select-window -t +1
# Session controls
bind R command-prompt -I "#S" "rename-session -- '%%'"
bind C new-session -c "#{pane_current_path}"
bind K kill-session
bind X kill-session
bind P switch-client -p
bind N switch-client -n