The deeper I dive ito Spacemacs (Vim + Emacs) as an IDE the more I'm loving it. Im learning org-mode now and its pretty epic.
With that said only thing im struggling with are some of the hotkeys. The ones that start with space are easy since they provide a guide on the bottom. the ones that begin with : are easy enough too mostly because I already knew those from using vim in the past, at least the basics. But all the other that dont have a lead-in key I have no idea what they all area. I cant find a good complete cheatsheet either.
@freemo
one approach to discovery is SPC h d f (help describe function) and then start typing part of the name of a possible function. if it's there, helm, which is included out of the box, should find it for you. the documentation usually includes keybindings, if they're set up.
@in_a_pickle NVM I see... thanks