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.