fix(zsh): Backspace not working properly
REF: https://github.com/sorin-ionescu/prezto/issues/61#issue-3786521
This commit is contained in:
parent
2faf9059b8
commit
33e4513d91
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ SAVEHIST=1000
|
|||
|
||||
# vi mode
|
||||
set -o vi
|
||||
bindkey -v
|
||||
bindkey -M viins "^?" backward-delete-char # fix backspace after switching from visual mode
|
||||
export KEYTIMEOUT=1
|
||||
|
||||
# Keybindings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue