I would like a command that I can put in my ~/.vimrc file that will make vim always open in tabbed pages mode without having to pass the -p
on the command line.
Is there such a command? If not, is there a better way to do this. Currently, I'm using
alias vi='vim -p'
in my bash profile.
Thanks.....