1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-12-04 23:40:32 +00:00

Remove detach and add close tab to Zellij config

This commit is contained in:
Mo 2023-06-25 20:56:24 +02:00
parent c6bf454a1b
commit ab26c63235

View file

@ -21,7 +21,7 @@ keybinds clear-defaults=true {
bind "Alt t" { NewTab; }
bind "Alt o" { GoToNextTab; }
bind "Alt i" { GoToPreviousTab; }
bind "Alt D" { Detach; }
bind "Alt X" { CloseTab; }
}
locked {
bind "Alt L" { SwitchToMode "normal"; }