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
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)