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 i" { MoveTab "left"; }
bind "Alt n" { NewPane; } bind "Alt n" { NewPane; }
bind "Alt o" { MoveTab "right"; } bind "Alt o" { MoveTab "right"; }
bind "Ctrl q" { Quit; } bind "Alt Ctrl q" { Quit; }
} }
shared_except "locked" "move" { shared_except "locked" "move" {
bind "Ctrl h" { SwitchToMode "move"; } bind "Ctrl h" { SwitchToMode "move"; }

View File

@@ -105,8 +105,7 @@ if [[ $(uname) == "Darwin" ]]; then
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
elif [[ $(uname) == "Linux" ]]; then elif [[ $(uname) == "Linux" ]]; then
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
bindkey "${terminfo[kcuu1]}" history-search-backward
bindkey "${terminfo[kcud1]}" history-search-forward
fi fi
bindkey '^[[B' history-search-forward
bindkey '^[[A' history-search-backward