diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 385754d..9134b59 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -39,7 +39,11 @@ setopt nomatch setopt notify # Beep on error unsetopt beep + +# Bindings bindkey -v +# This fixed "can't backspace after switching from normal to insert mode" +bindkey -v '^?' backward-delete-char # must be after -v # enable backwards search with ctrl-r bindkey '^R' history-incremental-search-backward @@ -77,6 +81,8 @@ if ! zgenom saved; then zgenom save fi + + # this supposedly fixes the slow pasting into shell # zstyle ':bracketed-paste-magic' active-widgets '.self-*'