Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかの Vim スクリプトを操作しているときに、タイプしている自分に気づきました
:help {subject}
かなり。CTRL+ (カーソルの下のキーワードの定義にジャンプ) 機能が必要です]が、実行する代わりに、カーソルの下の単語がどこにある:tag {ident}かを実行したいです。:help {subject}{subject}
:tag {ident}
{subject}
最も簡単な解決策は
nnoremap K :help <C-r><C-w><CR>