Emacs
Backlinks: Org mode
Emacs learning essentials:
- Open files (save, save as)
- Switch buffers
- Navigate words, buffers
- Rectangle manip
- Regex basics
Multiple cursors
From https://github.com/magnars/multiple-cursors.el. I use them via
(use-package multiple-cursors
:straight (multiple-cursors :type git :host github :repo "magnars/multiple-cursors.el" :branch "master")
:bind (("C-S-c C-S-c" . mc/edit-lines)
("M-I" . mc/edit-lines)))
LLMs
Would be nice to the same level of completion quality that I get in VS Code. See LLMs.
Magit
- How is Magit a better git experience than just using the CLI? : r/emacs (https://www.reddit.com/r/emacs/comments/14mjc87/comment/jq28iu0/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button)
Terminal of the future
It is the terminal of the past: Emacs!
https://news.ycombinator.com/item?id=45892191
Original post: https://jyn.dev/the-terminal-of-the-future
How I am deeply integrating emacs
https://joshblais.com/blog/how-i-am-deeply-integrating-emacs/
Keyboard shortcuts to launch into emacs capture mode from everywhere.
IDEemacs
https://codeberg.org/IDEmacs/IDEmacs HN: https://news.ycombinator.com/item?id=45941835
Looks pretty good.