Skip to content

Instantly share code, notes, and snippets.

@chadfennell
Created April 23, 2011 15:31
Show Gist options
  • Select an option

  • Save chadfennell/938708 to your computer and use it in GitHub Desktop.

Select an option

Save chadfennell/938708 to your computer and use it in GitHub Desktop.
" CTags
map <Leader>rt :!ctags --extra=+f -R *<CR><CR>
map <C-\> :tnext<CR>
let Tlist_Ctags_Cmd = '/usr/local/Cellar/ctags/5.8/bin/ctags'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment