@ZeroGeek
2018-02-01T10:07:40.000000Z
字数 382
阅读 699
mac
shift + commad + G
http://www.cnblogs.com/kerrycode/p/4762921.html
shift + commad + >
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;
恢复默认
defaults delete com.apple.finder _FXShowPosixPathInTitle;
打开终端,输入 :
nano .inputrc
在文件里面写上:
set completion-ignore-case on
set show-all-if-ambiguous on
TAB: menu-complete
ctrl + o ,回车,重启终端,自动补全按tap键就ok。