Someone already gave me the answer elsewhere. It is the "editor::Hover" action, this is the default keymap excerpt:
"context": "Editor",
"bindings": {
"ctrl-k ctrl-i": "editor::Hover",
...
I just had to remap it because I already use ctrl-k for something else.