From 1adeec8ac756129b9eee0fd59acd6a61fb33711a Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Thu, 27 Jun 2024 20:26:15 +0300 Subject: [PATCH] Modified .zshrc, replaced ^j/^k to ^n/^p for shell history --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 2581742..7a89760 100644 --- a/.zshrc +++ b/.zshrc @@ -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