download: "GNU Emacs Reference Card" aka EMACS_CHEAT_SHEED_Hotkeys_Shortcuts_refcard.pdf
Alt+key  = emacs's M-key (META or ALT or EDIT key)
Ctrl+key = emacs's C-key

C-<chr> means hold the CONTROL key while typing the character <chr>
Thus, C-f would be: hold the CONTROL key and type f.
M-<chr> means hold the META or EDIT or ALT key down while typing <chr>.
If there is no META, EDIT or ALT key, instead press and release the
ESC key and then type <chr>.

src: https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf

to quit:

C-x C-c - quit emacs

emacs as C/C++ ide

check out this video: https://www.youtube.com/watch?v=HTUE03LnaXA

extensions:

MELPA is a growing collection of package.el-compatible Emacs Lisp packages built automatically on our server from the upstream source code using simple recipes.

Packages are updated at intervals throughout the day.

To browse available packages, check out the archive index page.

Adding packages is as simple as submitting a new recipe as a pull request; read on for details.

https://github.com/melpa/melpa

Links:

linus torvalds and richard stallman favorite editors ides – uemacs emacs and spacemacs mod to emacs

http://ergoemacs.org/emacs/modernization_meta_key.html

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin