$ git clone --recursive https://github.com/eosio/eosio.cdt
$ cd eosio.cdt
$ ./build.sh
$ sudo ./install.sh
cd examples/hello cmake . make
:tabe xxx open a tab in vim
gt switch between tabs
:Vex open treeListing within the tab
ctrl+b master key
c create new window
p switch to next window
& kill current window
pull remote branch git checkout -b origin/
git checkout -t origin/
commit git commit -am "commit comment"
push to branch git push origin HEAD:sean-testing