From d01a2ea5c7e5646b5de907d4bda72548f13eda5f Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 27 Nov 2020 01:40:28 +0100 Subject: [PATCH] getting rid of arrow keys --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 02708e8..6157585 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -6,6 +6,8 @@ bindkey "^P" up-line-or-history bindkey "^N" down-line-or-history bindkey "^K" forward-char bindkey "^U" kill-whole-line +bindkey -r "^[OA" up-line-or-history +bindkey -r "^[[A" up-line-or-history autoload -U promptinit && promptinit autoload -U compinit && compinit -d $XDG_DATA_HOME/zsh/zcompdump