Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jondkinney
Created January 22, 2014 17:37
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jondkinney/8563281 to your computer and use it in GitHub Desktop.
Save jondkinney/8563281 to your computer and use it in GitHub Desktop.
Ctags in Vim. Open in a new tab or a vertical split.
" open ctag in tab/vertical split
map <C-\> :tab split<CR>:exec("tag ".expand("<cword>"))<CR>
map <leader><C-\> :vsp <CR>:exec("tag ".expand("<cword>"))<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment