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

zellij: Bind <c-b><c-h> to ->move

parent 9ccaa9d7
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,7 @@ keybinds {
bind "Ctrl r" { SwitchToMode "Resize"; }
bind "Ctrl p" { SwitchToMode "Pane"; }
bind "Ctrl t" { SwitchToMode "Tab"; }
bind "Ctrl h" { SwitchToMode "Move"; }
bind "Ctrl o" { SwitchToMode "Session"; }
}
shared_except "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