C-h t
Emacs
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
Unpopular advice but: turn on the menus / use Emacs as a GUI program.
The menus are good and help you with stuff you may want to find, or things you didn’t know you wanted.
Alternatively? Escape X (M-xin “the lingo”): a type-to-find for certain kinds of commands Emacs can do. Can also list the keyboard combinations.
You have used vim/nvim so consider using doom emacs.
1 yr experience in vim is quite limited though, maybe the first thing you need to know is the pace of learning emacs/vim depends on how fast you can do the iteration of "read doc + practice"
Theres million Emacs resource and tutorials online, as well as a built in tutorial into the program it's self. Even the reference book written by Richard Stallman himself is free to download on the FSF website. Maybe start with in-depth tutorial websites, like Xah Lee's website. His tutorials are straight to the point and easy to understand. And expect to take months to learn this program. Emacs is just not something you can easily breeze through.
First if you're coming from vim save yourself a lot of time and use Doom Emacs. Learn on Doom and someday you can decide if you want to build your own config from scratch after you know what you're doing.
Out of the box this is going to feel the most similar to vim and it's very easy to add packages that have already been integrated.
You should now be able to edit a file how you're used to. Next is to learn the basics that will help you learn more. So all the help menus (SPC-h), fuzzy function finder (M-x or SPC-:), Eval (SPC-;), file finder (SPC-SPC).
The doom documentation does a pretty good job of walking you through this:
- https://github.com/doomemacs/doomemacs/blob/master/docs/getting_started.org
- https://noelwelsh.com/posts/doom-emacs/
It's going to take you more than 3 hours.