From 364a3a76049ec8f6e41d2bb88fb196aaa0698068 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 6 Aug 2023 19:38:42 -0400 Subject: fix: whitespace --- .config/shell/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index aa60047..d24a3a9 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -126,7 +126,7 @@ export LESS_TERMCAP_us=$'\e[1;4;33m' bindkey "^f" forward-word bindkey "^b" backward-word -bindkey "^[[A" history-substring-search-up +bindkey "^[[A" history-substring-search-up bindkey "^[[B" history-substring-search-down -bindkey -M vicmd "k" history-substring-search-up +bindkey -M vicmd "k" history-substring-search-up bindkey -M vicmd "j" history-substring-search-down -- cgit v1.2.3