diff options
| author | Blista Kanjo | 2023-08-06 19:38:42 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-08-06 19:38:42 -0400 |
| commit | 364a3a76049ec8f6e41d2bb88fb196aaa0698068 (patch) | |
| tree | 6405cc7b4fc9b23cf42fff0a33602bb36d657ec2 /.config/shell | |
| parent | a0d519deccd49dd02cbde34265c278dca7cabb06 (diff) | |
fix: whitespace
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/.zshrc | 4 |
1 files 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 |
