updated history search for zsrch and changed zellij quit
This commit is contained in:
@@ -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"; }
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user