Thanks all! -----邮件原件----- 发件人: Tim Chase [mailto:[email protected]] 发送时间: 2012年10月29日 9:49 收件人: [email protected] 抄送: 王军 主题: Re: vim help
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
