Skip to content

Commit 7a2048f

Browse files
committed
add zellij room.wasm
1 parent 965bddb commit 7a2048f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

config/dot_config/zellij/config.kdl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,16 @@ keybinds clear-defaults=true {
116116
bind "N" { Search "Up"; }
117117
}
118118

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+
119129
shared_except "normal" "locked" {
120130
bind "Enter" "Esc" { SwitchToMode "Normal"; }
121131
}

config/dot_config/zellij/layouts/default.kdl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ layout {
1313
border_format "#[fg=#6C7086]{char}"
1414
border_position "top"
1515

16-
hide_frame_for_single_pane "true"
17-
1816
mode_normal "#[bg=#6C7086] "
1917
mode_tmux "#[bg=#ffc387] "
2018

1 MB
Binary file not shown.

0 commit comments

Comments
 (0)