zellij: more configuration
This commit is contained in:
parent
7d2dfbed5c
commit
63ac881eea
2 changed files with 31 additions and 21 deletions
|
@ -6,6 +6,12 @@ keybinds clear-defaults=true {
|
|||
locked {
|
||||
bind "`" { SwitchToMode "normal"; }
|
||||
}
|
||||
normal {
|
||||
bind "`" {
|
||||
WriteChars "`";
|
||||
SwitchToMode "locked";
|
||||
}
|
||||
}
|
||||
pane {
|
||||
bind "left" { MoveFocus "left"; }
|
||||
bind "down" { MoveFocus "down"; }
|
||||
|
@ -160,10 +166,6 @@ keybinds clear-defaults=true {
|
|||
bind "Alt o" { MoveTab "right"; }
|
||||
}
|
||||
shared_except "locked" "renametab" "renamepane" {
|
||||
bind "`" {
|
||||
WriteChars "`";
|
||||
SwitchToMode "locked";
|
||||
}
|
||||
bind "Ctrl q" { Quit; }
|
||||
}
|
||||
shared_except "locked" "entersearch" {
|
||||
|
@ -186,6 +188,14 @@ keybinds clear-defaults=true {
|
|||
}
|
||||
shared_among "normal" "resize" "tab" "scroll" "prompt" "tmux" {
|
||||
bind "p" { SwitchToMode "pane"; }
|
||||
bind "/" {
|
||||
LaunchOrFocusPlugin "file:~/.config/zellij/plugins/zellij_forgot.wasm" {
|
||||
floating true
|
||||
}
|
||||
}
|
||||
}
|
||||
shared_except "normal" "locked" {
|
||||
bind "`" { SwitchToMode "locked"; }
|
||||
}
|
||||
shared_except "locked" "resize" "pane" "tab" "entersearch" "renametab" "renamepane" {
|
||||
bind "r" { SwitchToMode "resize"; }
|
||||
|
|
BIN
zellij/plugins/zellij_forgot.wasm
Normal file
BIN
zellij/plugins/zellij_forgot.wasm
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue