vim-utils / vim-man

View and grep man pages in vim
247 stars 32 forks source link

Suggest add command to open man page in new tab #27

Closed hiberabyss closed 9 years ago

hiberabyss commented 9 years ago

Sometimes the man page is long, it will be useful to open man page in new tab instead just a spilt window. Thanks.

bruno- commented 9 years ago

Yea, this would be useful, I'd accept a PR for this.

I wonder if it would be possible to make it work with vim's :tab cmd combo, see :help :tab.

bruno- commented 9 years ago

This was implemented in #30, thanks @hiberabyss