输入 netrw 命令(或“netrw 帮助中的 {cnt} 是什么?”)
entering netrw commands (or ¿what is {cnt} in netrw help?)
我对 netrw 很困惑。我想转到书签,帮助文件说我可以输入 {cnt}bm 。我一定很笨,但我不明白。 :bm, {cnt}bm 都不起作用。 windows 上的 GVim 向我显示了一个 netrw 菜单,我可以 select 'Go to bookmark' 并且它有效,但我想使用键盘快捷键。谢谢你的帮助。
你似乎非常确实很困惑。
跳转到书签的命令是{cnt}gb
(不是{cnt}bm
),其中{cnt}
是书签号。普通模式:
gb " jump to latest bookmark
2gb " jump to bookmark number 2
您可以通过 qb
查看书签列表及其编号。
我对 netrw 很困惑。我想转到书签,帮助文件说我可以输入 {cnt}bm 。我一定很笨,但我不明白。 :bm, {cnt}bm 都不起作用。 windows 上的 GVim 向我显示了一个 netrw 菜单,我可以 select 'Go to bookmark' 并且它有效,但我想使用键盘快捷键。谢谢你的帮助。
你似乎非常确实很困惑。
跳转到书签的命令是{cnt}gb
(不是{cnt}bm
),其中{cnt}
是书签号。普通模式:
gb " jump to latest bookmark
2gb " jump to bookmark number 2
您可以通过 qb
查看书签列表及其编号。