mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
zsh: make visual editing work
This commit is contained in:
parent
29fc94db68
commit
d302f40ffc
|
@ -51,7 +51,8 @@ export VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true # refresh prompt on every mode c
|
|||
# Fix delete (delete! not backspace) key
|
||||
bindkey -a '^[[3~' delete-char
|
||||
|
||||
export KEYTIMEOUT=1 # reduce the transition time between vim modes to 0.1s
|
||||
export KEYTIMEOUT=50 # reduce the transition time between vim modes to 0.1s
|
||||
# bindkey -M vicmd 'V' edit-command-line # this remaps `vv` to `V` (but overrides `visual-mode`) # add this if the keytimeout is too slow
|
||||
|
||||
export HISTSIZE=10000000
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user