Adjusted for updated nushell config specifications

Added global shortcuts for zellij

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-03-20 21:38:00 +01:00
parent e179210bb4
commit b5b511404b
8 changed files with 37 additions and 26 deletions

View File

@@ -11,6 +11,13 @@ keybinds {
bind "F8" {SwitchToMode "Resize"; }
bind "F9" {SwitchToMode "Move"; }
bind "F12" {SwitchToMode "Locked"; }
bind "Alt h" "Alt Left" { MoveFocusOrTab "Left"; }
bind "Alt l" "Alt Right" { MoveFocusOrTab "Right"; }
bind "Alt j" "Alt Down" { MoveFocus "Down"; }
bind "Alt k" "Alt Up" { MoveFocus "Up"; }
bind "Alt =" "Alt +" { Resize "Increase"; }
bind "Alt -" { Resize "Decrease"; }
}
locked {
bind "F12" { SwitchToMode "Normal"; }