Created
December 13, 2011 04:32
-
-
Save sebm/1470600 to your computer and use it in GitHub Desktop.
My Vim dotfiles, used with Janus
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
color ir_black | |
set gfn=Consolas:h15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nnoremap <up> <nop> | |
nnoremap <down> <nop> | |
nnoremap <left> <nop> | |
nnoremap <right> <nop> | |
inoremap <up> <nop> | |
inoremap <down> <nop> | |
inoremap <left> <nop> | |
inoremap <right> <nop> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call janus#disable_plugin('nerdtree', ":Explore is perfectly good") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist is deprecated in favour of my dotfile repo: https://github.com/sebm/dotfiles