zellij: use r to rename

This commit is contained in:
Oleksandr Smirnov 2025-12-02 20:58:00 +02:00
parent 0efc4d0037
commit e508aa0923
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ keybinds clear-defaults=true {
bind "d" { Detach; }
bind "tab" { GoToPreviousTab; SwitchToMode "normal"; }
bind "t" { NewTab; SwitchToMode "normal"; }
bind "y" { SwitchToMode "renametab"; TabNameInput 0; }
bind "r" { SwitchToMode "renametab"; TabNameInput 0; }
bind "," { MoveTab "left"; SwitchToMode "normal"; }
bind "." { MoveTab "right"; SwitchToMode "normal"; }