Disable CTRL+j binding for zsh history

This commit is contained in:
Daniel Siepmann 2022-05-19 08:08:49 +02:00
parent 9ff384f839
commit ce237df68f
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -77,7 +77,8 @@
# ctrl-r search history backward to keep old pattern
bindkey '^r' history-incremental-search-backward
# ctrl-j search history backward to have vim like binding
bindkey '^j' history-incremental-search-backward
# TODO: Find out why this breaks within neoterminal when sending commands like from test or repl
# bindkey '^j' history-incremental-search-backward
# # ctrl-k search history forward to have vim like binding
bindkey '^k' history-search-forward