Vim
Tmux
cd
git clone git@github.com:tsai-jimmy/dotfile.git
cd dotfiles
rake install
Install 後會將原本的檔案先進行備份,在目錄下可以透過 .dotfiles_backup 下找到,在自行 Combine 你的 alias 等設定進來就可以,無須擔心自己的設定被覆蓋。
open vim
key in the word to pepare install plugin
:PluginInstall
wait a second be installment
裝有 Powerline 的字體,如果 command line 用 iTerm 也別忘記修改,否則會出現一堆 ?
我個人都用 Menlo for Powerline
Mac 下必須要安裝相關依賴
brew install the_silver_searcher
brew install reattach-to-user-namespace
brew install tmux-mem-cpu-load
- Vim perfix ,
- Tmux perfix `
- AG 全域搜尋: , + a
- NERDTree 樹狀結構:, + d
- 檔案搜尋:, + t
- ESC:, + , (快速雙擊兩下逗號)
- 視窗垂直切割:` + |
- 視窗水平切割:` + -
- 切到上一個 window:
</kbd> + <kbd>
(快速雙擊兩下 `)