From c6d1abdfb40b9bb9288d773c049212e3d44bd19b Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 1 Dec 2022 23:25:38 +0200 Subject: Removed keybindings for down/up-line-or-history since it's useless --- .config/zsh/.zshrc | 2 -- 1 file changed, 2 deletions(-) (limited to '.config/zsh') 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 -- cgit v1.2.3