I\'d like to know if there is a way to figure out if a key does something in vim. I know that I can use :map to see user-defined mappings, but is there somethin
:map
Not a complete answer, but you may want to check out :help map-which-keys for a list of keys that vim recommends you to use in your custom maps.
:help map-which-keys
That help section has a recommendation of how to tell if a specific key is mapped to an action.