From f9ce04da41059391c6e0193ccb4dd8c2fdadc3f2 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 3 Dec 2022 23:50:07 +0200 Subject: Changed binding for history-search-forward/backward to alt-j/k --- .config/zsh/.zshrc | 4 ++-- 1 file 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 -- cgit v1.2.3