Skip to content

Instantly share code, notes, and snippets.

@al3xandru
Created January 31, 2016 18:02
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save al3xandru/1b19a4d43d8a58a97343 to your computer and use it in GitHub Desktop.
Save al3xandru/1b19a4d43d8a58a97343 to your computer and use it in GitHub Desktop.
How to do stuff in Spacemacs/Emacs
  1. Frame, Window, Buffer manipulation

    • open/close/navigate buffers
    • open/close/navigate windows
    • open/close/navigate frames
    • open/close/navigate tabs(?)
  2. Basic moves

    • next word, back word, end of word
    • next/prev sentence
    • next/prev paragraph
    • beginning/end of buffer
    • jump to line
    • go to matching
  3. Text manipulation (cut, copy, paste)

    • swap casing
    • change word/char under cursor
  4. Code editing

    • jump to definition/jump back
    • see code structure, etc.
    • project navigation
    • code complete
  5. Customizations

    • color schemes
    • fonts
  6. Plugins for PL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment