Skip to content
Snippets Groups Projects
Commit 803ce1ca authored by Jan Hensel's avatar Jan Hensel
Browse files

zellij: Add some binds

parent 99027703
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ keybinds {
bind "F1" { ToggleFloatingPanes; SwitchToMode "Normal"; }
bind "F2" { TogglePaneEmbedOrFloating; SwitchToMode "Normal"; }
bind "F9" { CloseFocus; SwitchToMode "Normal"; }
bind "F11" { ToggleFocusFullscreen; SwitchToMode "Normal"; }
}
locked {
......@@ -164,6 +165,8 @@ keybinds {
bind "Ctrl t" { SwitchToMode "Tab"; }
bind "Ctrl h" { SwitchToMode "Move"; }
bind "Ctrl o" { SwitchToMode "Session"; }
bind "Ctrl q" { Quit; }
}
shared_except "locked" {
//bind "Ctrl g" { SwitchToMode "Locked"; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment