Is there a way to list all the default normal, visual and insert mode bindings in vim?

五迷三道 提交于 2019-12-09 15:55:51

问题


When you use the :map command without any parameters, it seems that it only lists custom and plugin bindings. Is there a way to view ALL bindings? It would be nice to know if a custom binding would conflict with one of the defaults.

Alternatively, is there a decent online reference?


回答1:


There is a list of all of the standard key bindings that you can get by typing :help index. Those are in addition to the custom ones printed out by :map.



来源:https://stackoverflow.com/questions/4778715/is-there-a-way-to-list-all-the-default-normal-visual-and-insert-mode-bindings-i

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!