diff options
| -rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 06c5713..e720840 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -228,8 +228,6 @@ bindkey "^W" backward-kill-word bindkey "^H" backward-delete-char # Control-h also deletes the previous char bindkey "^U" backward-kill-line -bindkey "^[n" down-line-or-history -bindkey "^[p" up-line-or-history 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 '^X' autosuggest-execute |
