updated history search for zsrch and changed zellij quit

This commit is contained in:
2025-03-23 15:09:27 -07:00
parent 914541a39c
commit 1aff2dc4d3
2 changed files with 3 additions and 4 deletions

View File

@@ -148,7 +148,7 @@ keybinds clear-defaults=true {
bind "Alt i" { MoveTab "left"; }
bind "Alt n" { NewPane; }
bind "Alt o" { MoveTab "right"; }
bind "Ctrl q" { Quit; }
bind "Alt Ctrl q" { Quit; }
}
shared_except "locked" "move" {
bind "Ctrl h" { SwitchToMode "move"; }