ue pazi (autojump) if available
This commit is contained in:
parent
7590018f31
commit
2f1e2a43e4
@ -71,3 +71,7 @@ bindkey '^[[A' history-substring-search-up
|
|||||||
bindkey '^[[B' history-substring-search-down
|
bindkey '^[[B' history-substring-search-down
|
||||||
bindkey -M vicmd 'k' history-substring-search-up
|
bindkey -M vicmd 'k' history-substring-search-up
|
||||||
bindkey -M vicmd 'j' history-substring-search-down
|
bindkey -M vicmd 'j' history-substring-search-down
|
||||||
|
|
||||||
|
if command -v pazi &>/dev/null; then
|
||||||
|
eval "$(pazi init zsh)" # or 'bash'
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user