From e0bd28ee2886e14119208b3a05e0dd48fb3531ae Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Thu, 21 Dec 2023 16:00:27 +0200 Subject: Added two new bindkeys in zsh to go up and own the history using C-k and C-j instead of C-p and C-n --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index 36e0181..17d51df 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -125,5 +125,7 @@ fo() { } +bindkey '^k' up-line-or-beginning-search +bindkey '^j' down-line-or-beginning-search colorscript random -- cgit v1.2.3