[关闭]
@ZeroGeek 2018-02-01T10:07:40.000000Z 字数 382 阅读 595

Mac使用技巧

mac


Finder中输入路径

shift + commad + G

查看jdk路径

http://www.cnblogs.com/kerrycode/p/4762921.html

Finder 显示隐藏文件

shift + commad + >

Finder显式路径

defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;

恢复默认
defaults delete com.apple.finder _FXShowPosixPathInTitle;

终端tab自动补全配置

打开终端,输入 :
nano .inputrc

在文件里面写上:
set completion-ignore-case on
set show-all-if-ambiguous on
TAB: menu-complete

ctrl + o ,回车,重启终端,自动补全按tap键就ok。

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注