We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965bddb commit 7a2048fCopy full SHA for 7a2048f
config/dot_config/zellij/config.kdl
@@ -116,6 +116,16 @@ keybinds clear-defaults=true {
116
bind "N" { Search "Up"; }
117
}
118
119
+ shared_except "locked" {
120
+ bind "Ctrl y" {
121
+ LaunchOrFocusPlugin "file:~/.config/zellij/plugins/room.wasm" {
122
+ floating true
123
+ ignore_case true
124
+ quick_jump true
125
+ }
126
127
128
+
129
shared_except "normal" "locked" {
130
bind "Enter" "Esc" { SwitchToMode "Normal"; }
131
config/dot_config/zellij/layouts/default.kdl
@@ -13,8 +13,6 @@ layout {
13
border_format "#[fg=#6C7086]{char}"
14
border_position "top"
15
16
- hide_frame_for_single_pane "true"
17
-
18
mode_normal "#[bg=#6C7086] "
19
mode_tmux "#[bg=#ffc387] "
20
config/dot_config/zellij/plugins/room.wasm
1 MB
0 commit comments