简体   繁体   中英

jump to vim commands help from vim script or vimrc

when i'm modifying a .vim file or the .vimrc i can get vim helps by running a simple command like this

:help modelines

and shows me the help in a split window.

but how can i get the same help, with a keystroke combo in stead of typing the command? like jumping with tags "C-]" but for a command in source code

:set keywordprg=:help

然后输入Shift k

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM