all repos

dotfiles @ e508aa0

my dotfiles
1 files changed, 1 insertions(+), 1 deletions(-)
zellij: use r to rename
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-12-02 20:58:00 +0200
Parent: 0efc4d0
M config/zellij/config.kdl

@@ -34,7 +34,7 @@

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"; }