From e884a6afe8e378f0e98d232e15d5ca8c9343ec8f Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sat, 22 Oct 2022 07:16:26 +0200 Subject: [PATCH] fix(zsh): remove non-standard keybindings resolves #2999 --- src/shell/scripts/omp.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shell/scripts/omp.zsh b/src/shell/scripts/omp.zsh index 91e7e7da..9026884b 100644 --- a/src/shell/scripts/omp.zsh +++ b/src/shell/scripts/omp.zsh @@ -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