chore(zellij): mess up alt d

main
sudo pacman -Syu 2023-07-04 12:47:05 +07:00
parent ae90b3c7e5
commit 7657301b7e
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ keybinds {
normal {
bind "Alt p" { SwitchFocus; }
bind "Alt n" { NewPane; }
bind "Alt d" { NewPane "Down"; }
bind "Alt m" { NewPane "Down"; }
}
locked {
bind "Alt p" { SwitchFocus; }
bind "Alt n" { NewPane; }
bind "Alt d" { NewPane "Down"; }
bind "Alt m" { NewPane "Down"; }
}
}