(1)快捷键设置

⌘ + d: 垂直分屏,

⌘ + shift + d: 水平分屏。

⌘ + ]和⌘ + [在最近使用的分屏直接切换.

⌘ + opt + 方向键切换到指定位置的分屏。

⌘ + 数字: 切换标签页。

⌘ + 方向键 按方向切换标签页。

shift + ⌘ + s: 保存当前窗口快照。

⌘ + opt + b: 快照回放。

(2)配色设置
在~/.bash_profile中添加

#item2

CLICOLOR=1

LSCOLORS=gxfxcxdxbxegedabagacad

export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '

export TERM=xterm-color

alias ls='ls -G'
---------------------
作者:hjw199089
来源:CSDN
原文:https://blog.csdn.net/hjw199089/article/details/61913703
版权声明:本文为博主原创文章,转载请附上博文链接!

05-11 13:39