feat: promote zellij room to non-prefixed command
This commit is contained in:
parent
efd7cb5b0e
commit
809bda01e7
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ keybinds clear-defaults=true {
|
||||||
bind "d" { Detach; }
|
bind "d" { Detach; }
|
||||||
bind "Space" { NextSwapLayout; }
|
bind "Space" { NextSwapLayout; }
|
||||||
bind "x" { CloseFocus; SwitchToMode "Normal"; }
|
bind "x" { CloseFocus; SwitchToMode "Normal"; }
|
||||||
bind "u" {
|
}
|
||||||
|
shared_except "locked" {
|
||||||
|
bind "Ctrl u" {
|
||||||
LaunchOrFocusPlugin "file:~/.config/zellij/plugins/room.wasm" {
|
LaunchOrFocusPlugin "file:~/.config/zellij/plugins/room.wasm" {
|
||||||
floating true
|
floating true
|
||||||
ignore_case true
|
ignore_case true
|
||||||
|
|
Loading…
Add table
Reference in a new issue