- vim
- git
- curl
$ apt-get update
$ apt-get install vim git curl$ git clone https://github.com/hashman/hash_vim.git
$ cd hash_vim
$ ./install.sh2017/07/21
- Removed 'YouCompleteMe'
- Changed vim color scheme
2017/07/16
- Add 'vsp' for :vsplit
- Add 'sp' for :split
- Change renew all vimrc
2016/10/9
- Add "Ctrl-c" to copy to clipboard
- Add "Ctrl-x" to copy cut to clipboard
2016/10/8
- Add 'tn' key mapping to open file in new tab by Ctrlp plugin
- Add Ctrlp ignore folder to speed up indexing
- Add 'ww' for :w
- Add 'qq' for :q!
- Add 'wq' for :wq!