代替系统终端的iTerm2

iTerm2 是 OS X 下一款开源免费的的终端工具,我基本用它替代了原生的 Terminal。网址:http://www.iterm2.com

与Oh My Zsh一起使用

终端安装方式:

sh
brew cask install iterm2

如果没安装过brew,可运行一下

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

一些基本功能如下:
1、分窗口操作:shift+command+d(横向)command+d(竖向)
2、查找和粘贴:command+f,呼出查找功能,tab 键选中找到的文本,option+enter 粘贴
3、自动完成:command+; 根据上下文呼出自动完成窗口,上下键选择
4、粘贴历史:shift+command+h5、回放功能:option+command+b
6、全屏:command+enter
7、光标去哪了?command+/
8、Expose Tabs:Option+Command+E
功能还有很多,多用多体会。


Tip

cmd+, 进入preferences

  1. 设置主题颜色:在Profiles->Color,右下角的Color Presets选择import...,然后导入自己的主题
  2. 设置字体:在Profiles->Text->Font,点击Change Font,选择inconsolata for powerline
  3. 设置悬浮Hotkey Window,在Keys中的HotKey,对下面2项都打勾即可,默认快捷键为option+space(iTerm启动中)

配色方案

iTerm2-Color-Schemes

Cobalt2 Colour Scheme for iTerm2 + ZSH

Cobalt2主题需要先安装字体
https://github.com/powerline/fonts

你可能感兴趣的:(代替系统终端的iTerm2)