fix(zsh): remove non-standard keybindings

resolves #2999
This commit is contained in:
Jan De Dobbeleer 2022-10-22 07:16:26 +02:00 committed by Jan De Dobbeleer
parent 9d6b5748b3
commit e884a6afe8

View file

@ -112,8 +112,6 @@ if [[ "::TRANSIENT::" = "true" ]]; then
# https://github.com/JanDeDobbeleer/oh-my-posh/discussions/2617#discussioncomment-3911044
bindkey '^[[F' end-of-line
bindkey '^[[H' beginning-of-line
bindkey '^[[A' up-line-or-beginning-search
bindkey '^[[B' down-line-or-beginning-search
fi
# legacy functions for backwards compatibility