从哪里获取 vimrc 文件中所有命令的默认快捷方式? (就像 ts 的 tabstop)

Where to get the default shortcuts for all the commands in vimrc file? (like ts for tabstop)

我想让我的 vimrc 文件更清晰。所以我想知道在哪里可以获得所有命令的所有缩写,例如 ts 表示 tabstop,sw 表示 shiftwidth 等?

这里搜索命令名就可以找到,

http://vimdoc.sourceforge.net/htmldoc/quickref.html

或者,您可以使用帮助命令在 vim 中搜索它。

 :help quickref