mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
zellij: use r to rename
This commit is contained in:
parent
0efc4d0037
commit
e508aa0923
1 changed files with 1 additions and 1 deletions
|
|
@ -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"; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue