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:
parent
c6bf454a1b
commit
ab26c63235
1 changed files with 1 additions and 1 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Reference in a new issue