Skip to content

Commit

Permalink
fix lagginess by using bracketed-paste-url-magic
Browse files Browse the repository at this point in the history
  • Loading branch information
lehmacdj committed Jun 30, 2022
1 parent 5cb774d commit 9c215c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions zsh/settings.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ unsetopt beep
# extended globbing
setopt extended_glob
# magic stuff to make urls get quoted automatically and not trigger extended_glob
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
autoload -Uz bracketed-paste-magic # necessary in zsh 5.1+ for pasting
zle -N bracketed-paste bracketed-paste-magic
autoload -Uz bracketed-paste-url-magic
zle -N bracketed-paste bracketed-paste-url-magic

# HISTORY
HISTSIZE=1000000
Expand Down

0 comments on commit 9c215c6

Please sign in to comment.