Hi,
When I open help by ":help", it will add a new window for help. Is
there a way to replace the current window with help? Thanks.
On Friday, May 24, 2013 11:45:21 AM UTC+2, Peng Yu wrote:
> When I open help by ":help", it will add a new window for help. Is
> there a way to replace the current window with help? Thanks.
I have this mapping in my vimrc:
" Open help in a separate tab with <F1>
noremap <F1> :<C-U>tab help<CR>
This way I can just hit <F1> for full-screen help.
David