Friday, July 24, 2009

Open tag definition in a vertical split in Vim

When using Vim and ctags add the following to your .vimrc so that Alt-] opens a tag definition in a vertical split: map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR>

No comments:

Post a Comment