Introduction With the fundamentals covered and your starter kit ready from Part 1, it's time to build your muscle memory. Navigating Emacs entirely by keyboard has no real shortcuts, it just takes consistent practice. In this guide, you’ll learn how to discover any keybinding directly inside Emacs. Don’t stress about memorizing everything right away, the goal for now is simply understanding what commands exist, how to invoke them, and where to look them up when you forget.
Introduction Calling Emacs simply a text editor is like calling Windows a text editor just because it happens to ship with Notepad. At its core, Emacs is an interactive Emacs Lisp (Elisp) environment layered on top of a C engine. On top of this runtime environment, an entire ecosystem is built: a text editor, web browser, calculator, calendar, mail and news reader, RSS reader, IRC client, Tetris game, and countless other utilities. While all of these tools come built into Emacs out of the box, the community has also created thousands of third-party packages using that very same environment.