Skip to content

Instantly share code, notes, and snippets.

@marioaquino
Created February 25, 2011 16:59
Show Gist options
  • Save marioaquino/844088 to your computer and use it in GitHub Desktop.
Save marioaquino/844088 to your computer and use it in GitHub Desktop.
gvimrc.local & vimrc.local
#.gvimrc.local
" Cancel the current search hightlight
nnoremap <esc> :noh<return><esc>
set guifont=Mensch:h12
---
#.vimrc.local
map <Leader>nf :NERDTreeFind<CR>
inoremap <M-o> <Esc>o
inoremap <C-j> <Down>
let g:ragtag_global_maps = 1
let g:SuperTabDefaultCompletionType = "context"
let g:speckyBannerKey = "<C-S>b"
let g:speckyQuoteSwitcherKey = "<C-S>'"
let g:speckyRunRdocKey = "<C-S>r"
let g:speckySpecSwitcherKey = "<C-S>x"
let g:speckyRunSpecKey = "<C-S>s"
let g:speckyRunRdocCmd = "fri -L -f plain"
let g:speckyWindowType = 2
" For the ruby blocks & refactoring plugins
runtime macros/matchit.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment