getting rid of arrow keys
This commit is contained in:
parent
c4bc0df4ce
commit
d01a2ea5c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user