使用的是託管在
github.com
上的zsh-autosuggestions
插件,
地址 https://github.com/tarruda/zsh-autosuggestionsgit
安裝了git
github
安裝了zsh
,
地址https://github.com/tarruda/zsh-autosuggestions
和 http://zhuanlan.zhihu.com/mactalk/19556676vim
git clone
下載插件源碼經過命令行下載到了 ~/.zsh/zsh-autosuggestions
目錄中,經過cd
可查看git clone git://github.com/tarruda/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
工具
~/.zshrc
進行配置# Load zsh-syntax-highlighting. source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # Load zsh-autosuggestions. source ~/.zsh/zsh-autosuggestions/autosuggestions.zsh # Enable autosuggestions automatically. zle-line-init() { zle autosuggest-start } zle -N zle-line-init
~/.zshrc
文件並粘貼2.1
中的代碼vim ~/.zshrc
spa
按i
進入--INSERT--
編輯模式,使用上下左右鍵找個地方粘貼便可(快捷鍵可用)插件
ESC 回到正常模式
命令行
:wq
保存並退出vim
3d
vim的簡單使用參考:
code
灰色即爲提示
blog