終端神器 iterm

 

一、簡介 html

  mac自帶的終端terminal算蠻好用的, 但相比另外一款優秀的終端軟件iterm,iterm這款神器不遜於mac自帶的終端。它支持了不少快捷鍵, 深受鍵盤黨的喜好。linux

二、下載 shell

http://www.iterm2.com/downloads.htmlvim

三、背景顏色設置bash

①、打開 vim ~/.bash_profile, 把下面這段copy進去ui

#enables colorin the terminal bash shell export
export CLICOLOR=1

#sets up thecolor scheme for list export
export LSCOLORS=gxfxcxdxbxegedabagacad

#sets up theprompt color (currently a green similar to linux terminal)
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '

#enables colorfor iTerm
export TERM=xterm-color編碼

②、source ~/.bash_profile.net

 

四、我的喜歡它的亮點htm

①、半透明的背景, 真是騷貨blog

選中HotKey。 alt + 空格 : 便可切換至透明狀態

②、cmd + enter : 全屏

 

五、中文亂碼問題

 

Preferences->Profiles->Terminal->Terminal Emulation中的字符編碼爲GBK 便可

 

參考文獻

 

一、 http://cuihuan.net/article/mac-%E4%B8%8B%E7%BB%88%E7%AB%AFiterm2-%E4%BD%BF%E7%94%A8%E5%BF%83%E5%BE%97.html

 

二、官網features : http://www.iterm2.com/features.html

相關文章
相關標籤/搜索