Skip to content

Instantly share code, notes, and snippets.

@sebm
Created December 13, 2011 04:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sebm/1470600 to your computer and use it in GitHub Desktop.
My Vim dotfiles, used with Janus
color ir_black
set gfn=Consolas:h15
nnoremap <up> <nop>
nnoremap <down> <nop>
nnoremap <left> <nop>
nnoremap <right> <nop>
inoremap <up> <nop>
inoremap <down> <nop>
inoremap <left> <nop>
inoremap <right> <nop>
call janus#disable_plugin('nerdtree', ":Explore is perfectly good")
@sebm
Copy link
Author

sebm commented Mar 26, 2012

This gist is deprecated in favour of my dotfile repo: https://github.com/sebm/dotfiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment