1 files changed,
1 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-12-02 20:58:00 +0200
Parent:
0efc4d0
M
config/zellij/config.kdl
ยทยทยท 34 34 bind "d" { Detach; } 35 35 bind "tab" { GoToPreviousTab; SwitchToMode "normal"; } 36 36 bind "t" { NewTab; SwitchToMode "normal"; } 37 - bind "y" { SwitchToMode "renametab"; TabNameInput 0; } 37 + bind "r" { SwitchToMode "renametab"; TabNameInput 0; } 38 38 bind "," { MoveTab "left"; SwitchToMode "normal"; } 39 39 bind "." { MoveTab "right"; SwitchToMode "normal"; } 40 40