Skip to content

Instantly share code, notes, and snippets.

@visibletrap
Created November 24, 2012 04:45
Show Gist options
  • Save visibletrap/4138427 to your computer and use it in GitHub Desktop.
Save visibletrap/4138427 to your computer and use it in GitHub Desktop.
VIMRC for janus customization
set tags=~/.tags
set nonumber
set relativenumber
imap jk <esc>
imap kj <esc>
vmap <leader>F y :Ack <c-r>0<cr>
vmap > >gv
vmap < <gv
set wildignore+=*/tmp*
color jellybeans
let $LOCALVIMRC = $HOME.'/.vimrc.local'
if filereadable($LOCALVIMRC)
source $LOCALVIMRC
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment