stop highlighting pasted text
This commit is contained in:
parent
d151343b20
commit
22e459c870
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ bindkey '^[[F' end-of-line
|
|||
bindkey '^[[1;5C' forward-word
|
||||
bindkey '^[[1;5D' backward-word
|
||||
|
||||
|
||||
# other options
|
||||
zle_highlight+=(paste:none)
|
||||
|
||||
PLUGINS_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/zsh/plugins"
|
||||
[ -f "$PLUGINS_HOME/fzf/key-bindings.zsh" ] && source "$PLUGINS_HOME/fzf/key-bindings.zsh"
|
||||
|
|
Loading…
Add table
Reference in a new issue