
1 zooo OP 系统 MacOS ,zsh ,使用 oh-my-zsh 了 |
2 Kimen 2022 年 2 月 25 日 zsh-autosuggestions |
3 jaredyam 2022 年 2 月 26 日 # 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 年 2 月 26 日 哦对了,上述~/.zshrc 配置是加速「复制贴贴到命令行时」慢。我目前没感觉 autosuggest 本身有多慢,很多自定义 alias 还是很需要的。 |