Skip to content

Commit

Permalink
Fix keybinding for history-substring-search-up in zshrc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aminfara committed Dec 20, 2023
1 parent 829f0b2 commit 67dcf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ myzsh_fix_key_repeat_for_vscode() {

myzsh_keybindings() {
# shellcheck disable=SC2154
bindkey "${terminf[kcuu1]}" history-substring-search-up
bindkey "${terminfo[kcuu1]}" history-substring-search-up
# shellcheck disable=SC2154
bindkey "${terminfo[kcud1]}" history-substring-search-down
}
Expand Down

0 comments on commit 67dcf19

Please sign in to comment.