Skip to content

Instantly share code, notes, and snippets.

@bradreid
Created September 4, 2013 18:31
Show Gist options
  • Save bradreid/6440896 to your computer and use it in GitHub Desktop.
Save bradreid/6440896 to your computer and use it in GitHub Desktop.
let mapleader = ','
map <Leader>rtag :!ctags --extra=+f --exclude=.git --exclude=log -R * `rvm gemdir`/gems/*<CR><CR>
let g:ctrlp_map = '<c-t>'
let g:vroom_map_keys=0
" nmap <leader>r :call vroom#RunTestFile({'runner':'testdrb'})<CR>
nmap <leader>r :call vroom#RunTestFile({'runner':'testrbl'})<CR>
nmap <leader>R :call vroom#RunNearestTest({'runner':'testrbl'})<CR>
map gm :call cursor(0, virtcol('$')/2)<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment