1
zooo OP 系统 MacOS ,zsh ,使用 oh-my-zsh 了
|
2
Kimen 2022-02-25 17:18:38 +08:00 1
zsh-autosuggestions
|
3
jaredyam 2022-02-26 10:08:25 +08:00 1
# This speeds up pasting w/ autosuggest
# https://github.com/zsh-users/zsh-autosuggestions/issues/238 pasteinit() { OLD_SELF_INSERT=${${(s.:.)widgets[self-insert]}[2,3]} zle -N self-insert url-quote-magic # I wonder if you'd need `.url-quote-magic`? } |
4
jaredyam 2022-02-26 10:10:34 +08:00
哦对了,上述~/.zshrc 配置是加速「复制贴贴到命令行时」慢。我目前没感觉 autosuggest 本身有多慢,很多自定义 alias 还是很需要的。
|