Recently I tried Emacs and found Evil helpful to keep my vim custom. I\'m used to typing \"jj\" to return normal mode from insert mode like many Vimers do but don\'t know how to
If you're using Spacemacs then I just found that this setting (added to the beginning of user-init) works very well,
user-init
(setq-default evil-escape-key-sequence "jj")