I want to set my own keybinding, but I can not sure what key combination has been used by other plugins or neovim/vim itself.
:map
does not show shortcuts like zz
. If I don't know zz
before, my map setting may use it and cover the orginal function. However, I can not sure how many unknown used key combination exsist in different situations.
Is there any command to show all of them in a list? Or if I want to set some key combination, is there any method to check all the situation that it has been used?