Fixed backspace issue
This commit is contained in:
parent
5b7381e682
commit
e793e78c72
@ -39,7 +39,11 @@ setopt nomatch
|
|||||||
setopt notify
|
setopt notify
|
||||||
# Beep on error
|
# Beep on error
|
||||||
unsetopt beep
|
unsetopt beep
|
||||||
|
|
||||||
|
# Bindings
|
||||||
bindkey -v
|
bindkey -v
|
||||||
|
# This fixed "can't backspace after switching from normal to insert mode"
|
||||||
|
bindkey -v '^?' backward-delete-char
|
||||||
# must be after -v
|
# must be after -v
|
||||||
# enable backwards search with ctrl-r
|
# enable backwards search with ctrl-r
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
@ -77,6 +81,8 @@ if ! zgenom saved; then
|
|||||||
zgenom save
|
zgenom save
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# this supposedly fixes the slow pasting into shell
|
# this supposedly fixes the slow pasting into shell
|
||||||
# zstyle ':bracketed-paste-magic' active-widgets '.self-*'
|
# zstyle ':bracketed-paste-magic' active-widgets '.self-*'
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user