问题
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