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 菜单,我可以在其中选择“转到书签”并且它可以工作,但我想使用键盘快捷键。泰为你的帮助。
你看起来确实很困惑。
跳转到书签的命令是{cnt}gb(not {cnt}bm) 其中{cnt}是书签号。在正常模式下:
{cnt}gb
{cnt}bm
{cnt}
gb " jump to latest bookmark 2gb " jump to bookmark number 2
您可以使用 来查看书签列表及其编号qb。
qb