mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +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 "d" { Detach; }
|
||||||
bind "tab" { GoToPreviousTab; SwitchToMode "normal"; }
|
bind "tab" { GoToPreviousTab; SwitchToMode "normal"; }
|
||||||
bind "t" { NewTab; 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 "left"; SwitchToMode "normal"; }
|
||||||
bind "." { MoveTab "right"; SwitchToMode "normal"; }
|
bind "." { MoveTab "right"; SwitchToMode "normal"; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue