Ctrl+P
Inspired by
This extension helps you to add emoji on your commit messages. Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used.
Set up VS Code to run from the terminal
Make VS Code your default editor for Git
Put this in your .gitconfig file :
.gitconfig
[core] editor = code -w
Install the extension
Commit something and start typing gm for emoji (see all prefixes here)
gm
Enjoy!
Credits: Carlos Cuesta