aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 6632b9b..bf3c734 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -236,8 +236,8 @@ bindkey "^W" backward-kill-word
bindkey "^H" backward-delete-char # Control-h also deletes the previous char
bindkey "^U" backward-kill-line
-bindkey "^N" history-search-forward # or you can bind it to the down key "^[[B"
-bindkey "^P" history-search-backward # or you can bind it to Up key "^[[A"
+bindkey "^[j" history-search-forward # or you can bind it to the down key "^[[B"
+bindkey "^[k" history-search-backward # or you can bind it to Up key "^[[A"
bindkey '^X' autosuggest-execute
bindkey '^Y' autosuggest-accept