diff --git a/config/zellij/config.kdl b/config/zellij/config.kdl index a7ee88f..8f42f56 100644 --- a/config/zellij/config.kdl +++ b/config/zellij/config.kdl @@ -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"; }