iTerm2/oh-myzsh/highlighting

weixin_33912246發表於2015-10-19

安裝zsh

  • curl下載安裝zsh
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
  • mac 替換掉預設的terminal
  cat /etc/shells // 檢視所有shell
 sudo cash -s /bin/zsh  //替換zsh為預設shell

iTerm2

分視窗操作:shift+command+d(橫向)command+d(豎向)
查詢和貼上:command+f,撥出查詢功能,tab 鍵選中找到的文字,option+enter 貼上
自動完成:command+ 根據上下文撥出自動完成視窗,上下鍵選擇
貼上歷史:shift+command+h
回放功能:option+command+b
全屏:command+enter
游標去哪了? command+/
Expose Tabs:option+command+e

oh-myzsh /highlighting

相關文章