使用 Mac 原生的终端编辑器,会有一些小问题,比如 tmux 以及 vim select (insert) 模式时无法复制文本出来。
替换为 iTerm2 后,使用起来自然很多,开箱即用。
安装
安装:brew install iterm2
安装后直接打开即可。
常见问题: https://iterm2.com/faq.html
终端设置
设置支持复制:
preferences -> General -> Selection -> Applications in terminal may access clipboard
vim 开启鼠标后无反应,需设置鼠标响应:
preferences -> Profiles -> terminal -> 勾选 Enable mouse reporting
vim 复制文本
鼠标响应在某种情况下,如使用 vim 时,会禁用选择功能,这样就无法选中内容复制了。在 FAQ 中有提到,可通过按住 option 键再去拖拽选中文本,再进行 commond + c 复制。
ssh 设置
避免连接远程机器超时自动断开,在 ~/.ssh/config 文件中:
Host *
ServerAliveInterval 60
遮蔽每日提示
设置 - Advanced - 搜索 tip of the day ,设置为 off