Opening (c)tags in new tab in (G)Vim?

Similar question stackoverflow.com/questions/539231/how-t... It points out this wiki ( which points back at stackoverflow ) with these settings (seems to work ok in terminal, haven't tried gvim): Function: Open tag under cursor in new tab " Source: stackoverflow.com/questions/563616/vimct... "-------------------- map :tab split:exec("tag ". Expand("")) "-------------------- " Function: Remap keys to make it more similar to firefox tab functionality " Purpose: Because I am familiar with firefox tab functionality "-------------------- map :tabnew map :! Gvim & map :confirm bdelete.

Similar question stackoverflow.com/questions/539231/how-t... It points out this wiki (which points back at stackoverflow) with these settings (seems to work ok in terminal, haven't tried gvim): "-------------------- " Function: Open tag under cursor in new tab " Source: stackoverflow.com/questions/563616/vimct... "-------------------- map :tab split:exec("tag ". Expand("")) "-------------------- " Function: Remap keys to make it more similar to firefox tab functionality " Purpose: Because I am familiar with firefox tab functionality "-------------------- map :tabnew map :! Gvim & map :confirm bdelete.

That first link contained the magical nmap T which was exactly what I was looking for. Thanks! – Walter Mar 2 '10 at 21:05.

I'd like to put my cursor over a function, press ctrl+ and have the entry open in another tab. I'd also like if I visually select an entry, for ctrl+ to still work and open in a new vim tab.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions