On 10/28/12 20:38, 王军 wrote: > I want to press F1 ,and display help windows at right side which > like used :vsp comand. Don’t like use :sp command.
:nnoremap <f1> :vert :help<cr> which you can read about at :help :vert -tim -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
