VIM: available shortcuts?

前端 未结 5 930
轻奢々
轻奢々 2021-01-30 17:31

I use many shortcuts for my work in vim. Other shortcuts are taken by plugins.

Sometimes I would like to add a shortcut for a new command but note afterwards that the sh

5条回答
  •  暖寄归人
    2021-01-30 17:55

    Type :help index to see the mappings (shortcuts as you name them) and commands defined by vim itself.

    Type :map to see the mappings defined by your vimrc and plugins. Type :verbose map to know where each mapping was defined.

    Also :help map-listing to check what's displayed, but you probably already know about it (it's in map.txt help manual).

提交回复
热议问题