Modified .zshrc, replaced ^j/^k to ^n/^p for shell history

This commit is contained in:
Kyren223
2024-06-27 20:26:15 +03:00
parent b982991f85
commit 1adeec8ac7

4
.zshrc
View File

@@ -62,8 +62,8 @@ zle -N zle-line-finish
# Keybindings
bindkey -v
bindkey '^y' autosuggest-accept
bindkey '^k' history-search-backward
bindkey '^j' history-search-forward
bindkey '^p' history-search-backward
bindkey '^n' history-search-forward
bindkey '^[w' kill-region
# History