Since I've started using Vim tabs (I'm a bit late to the game since they've been there since 2009!), I find I'd like most thing to default to tabs, so I always open files with vim -p file1 file2
etc. I would like :help
/ :h
to always open in tabs also. I can do :tab help ctrl-w
or :tab h ctrl-w
but how can I use .vimrc
to always default :h
or :help
to open in a new tab?
Additionally, is there a way to take an open file and push it into a tab, or to tell vim to take all open buffers and dynamically shift them all into tabs?