vi users will probably laugh at this.
Whenever I switch editors, I quickly look for the following shortcuts:
* How do you delete a word forwards and backwards? (there might be a better shortcut such as Ctrl+W)
* How do you move to the word ahead and the word behind?
* How do you kill a line?
* How do you duplicate a line?
* How do you move a line up and down?
* How do you activate multiple cursors?
* How do you comment/uncomment a line/block?
* How do you expand/contract a selection?
I think that covers about 80% of the common actions, and learning them will make you instantly productive in your new editor.
Ctrl-up/down will move the cursor past newlines, so you can more quickly navigate when there are long lines with lots of wrapped text.
set -o vihistory | grep pattern
With all the useful grep abilities (like peaking at commands before or after the given pattern).
I've found more like that at: https://www.redhat.com/sysadmin/cli-speedup