after long time of using astrails/dotvim and inspired by them I decided to build my own.
Using vim-plug to manage the plugins.
- 'tpope/vim-sensible'
- 'tpope/vim-fugitive'
- 'scrooloose/nerdtree'
- 'Xuyuanp/nerdtree-git-plugin'
- 'scrooloose/syntastic'
- 'kien/ctrlp.vim'
- 'bling/vim-airline'
- 'altercation/vim-colors-solarized'
- 'scrooloose/nerdcommenter'
- 'valloric/youcompleteme'
- 'rking/ag.vim'
- 'Chun-Yang/vim-action-ag'
- leader ,
- Ctrl e traverse over open buffers
- ,cH first
- ,cJ last
- ,ch previous
- ,cj next
- ,cc clear list
From astrails/dotvim
- Ctrl h left window
- Ctrl j lower window
- Ctrl l left window
- Ctrl k upper window
- Ctrl n toggle NerdTree
- ,t reveal in tree
From astrails/dotvim
- ,/ toggle comment
- ,o open mixed mode
- ,O open tags mode
- Ctrl o reload & mixed search
- Ctrl f search word under ursor
- Solarized for more details installation and download of the colorscheme got to (http://ethanschoonover.com/solarized)
- light on GUI
- dark on consol
- gui_gtk2: Inconsolata size 12
- gui_macvim: Menlo Regular size 14