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.
私はnetrwに困惑しています。ブックマークに移動したいのですが、ヘルプ ファイルには {cnt}bm と入力できると書かれています。私はばかでなければなりませんが、私はそれを理解していません。:bm, {cnt}bm どちらも機能しません。Windows 上の GVim は、[ブックマークに移動] を選択できる netrw メニューを表示し、機能しますが、キーボード ショートカットを使用したいと考えています。あなたの助けのためにTy。
あなたは確かに非常に混乱しているようです。
ブックマークにジャンプするコマンドは{cnt}gb(not {cnt}bm) で、{cnt}はブックマーク番号です。通常モード:
{cnt}gb
{cnt}bm
{cnt}
gb " jump to latest bookmark 2gb " jump to bookmark number 2
でブックマークとその番号の一覧を表示できますqb。
qb