Skip to content

Instantly share code, notes, and snippets.

@hems
Last active October 25, 2017 03:39
Show Gist options
  • Save hems/9f9b704a6f411138f5dd52e9a3cde606 to your computer and use it in GitHub Desktop.
Save hems/9f9b704a6f411138f5dd52e9a3cde606 to your computer and use it in GitHub Desktop.
spacemacs cheatsheet.md

File Tree

  • SPC f t
  • SPC p t ( root set to the projectile project root)

Key Binding Description

h collapse expanded directory or go to parent node

H select previous sibling

j select next file or directory

J select next expanded directory on level down

k select previous file or directory

K select parent directory, when reaching the root change it to parent directory

l or RET expand directory

L select next sibling

R make a directory the root directory

Fuzzy Finder

  • SPC p f

Open shell inside of a buffer

  • :term

Open Last File

  • SPC <tab>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment