Skip to content

Instantly share code, notes, and snippets.

@truthseekers
Created June 23, 2019 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save truthseekers/9349e3ba554ef5b3538fc2f0692ccae6 to your computer and use it in GitHub Desktop.
Save truthseekers/9349e3ba554ef5b3538fc2f0692ccae6 to your computer and use it in GitHub Desktop.
SpacEmacs Cheat Sheet
SPC f f - Find files and move around in file system
CTRL + vim bindings move around
CTRL + h = move up directory
/ - get to root
~/ - get to home/
- Create file by typing file/folder you want to create
SPC f s - Save file (save buffer)
:w - save file
CTRL-x d = enter dired
SPC f f enter = enter dired
m - mark a file
Shift - R = rename/move a file
u - unmark files
SPC w F - make frame
CTRL-x 5 o - switch frame
CTRL-x 5 0 - close frame
SPC q z - close frame
SPC w / - split frame left & right
SPC w - = split frame up and down
SPC # = switch to Frame #
SPC w d = delete window
SPC TAB = switch to most recent buffer
SPC b b = view recent buffers
SPC b d = kill buffer
--- Searching / jumping to places in files ---
SPC j j (enter character) : Jump to a character in the frame
SPC j J (enter two characters) : Jump to character in frame based on two chars
SPC j w (enter letter and get words that start with letter you entered) : jump to character
SPC ! - Run shell command
SPC s s - search file
SPC s b - search all open buffers for your search term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment