ref(zellij): change ctrl-s keybinding to ctrl-f

This commit is contained in:
Piyush मिश्रः 2025-01-13 22:27:11 +05:30
parent 397bac422a
commit 36d6428311
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ keybinds clear-defaults=true {
unbind "Ctrl p" unbind "Ctrl p"
unbind "Ctrl o" unbind "Ctrl o"
unbind "Ctrl q" unbind "Ctrl q"
unbind "Ctrl s"
unbind "Ctrl h" unbind "Ctrl h"
// uncomment this and adjust key if using copy_on_select=false // uncomment this and adjust key if using copy_on_select=false
// bind "Alt c" { Copy; } // bind "Alt c" { Copy; }
@ -151,7 +152,7 @@ keybinds clear-defaults=true {
bind "Ctrl n" { SwitchToMode "Resize"; } bind "Ctrl n" { SwitchToMode "Resize"; }
} }
shared_except "scroll" "locked" { shared_except "scroll" "locked" {
bind "Ctrl s" { SwitchToMode "Scroll"; } bind "Ctrl f" { SwitchToMode "Scroll"; }
} }
shared_except "session" "locked" { shared_except "session" "locked" {
bind "Ctrl x" { SwitchToMode "Session"; } bind "Ctrl x" { SwitchToMode "Session"; }