Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 614 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 614 Bytes

#dotfiles

##vimrc contains the following plugins and configurations:

Plugin 'gmarik/Vundle.vim'

Plugin 'scrooloose/syntastic'

Plugin 'scrooloose/nerdtree'

Plugin 'kien/rainbow_parentheses.vim'

Plugin 'junegunn/vim-easy-align'

Plugin 'plasticboy/vim-markdown'

Plugin 'ap/vim-css-color'

###leader key and bindings leader key is mapped to [space] to allow [space] + w and [space] + q to be used as :w and :q, respectively.

[ctrl] + <h / j / k / l> to jump between panes.

[space] + r to reload vim configurations.

###colorscheme atom-dark-256

A new