Skip to content

Instantly share code, notes, and snippets.

@stefanjudis
Last active May 20, 2021 22:24
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save stefanjudis/b0533b844d846e7cec03a34287558ed3 to your computer and use it in GitHub Desktop.
Stefan Learns Emacs
ctrl+/            - undo
ctrl+b            - Switch to buffer
ctrl+c            - special command to invoke "stuff"
ctrl+c ctrl+e     - open Export Dispatcher
ctrl+c ctrl+s     - schedule todo
ctrl+c ctrl+'     - open buffer with code block
ctrl+x LEFT       - switch to prev buffer
ctrl+x RIGHT      - switch to next buffer
ctrl+x ctrl+e     - evaluate line
ctrl+x ctrl+f     - find file
ctrl+x ctrl+s     - save file
ctrl+ENTER        - create line with same item
ctrl+x 0          - close window
ctrl+x 1          - expand windo
ctrl+x 2          - split window vertically
ctrl+x 3          - split window horizontally
ctrl+x o          - switch panels 
ctrl+e            - go the end of the line
ctrl+h k          - open help dialog
meta+shift=ENTER  - make next item a todo
meta+RIGHT        - change hierarchy of item
meta+LEFT         - change hierarchy of item
meta+x            - enter command pallet
shift+RIGHT       - Switch TODO state
shift+LEEFT       - Switch TODO state
< s TAB           - Start a code block
TAB               - Expands/collaps things
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment