Skip to content

Instantly share code, notes, and snippets.

@technolo-g
Last active October 19, 2016 20:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save technolo-g/32dff581e1cf67d3fb1dcfc90d94a77c to your computer and use it in GitHub Desktop.
Save technolo-g/32dff581e1cf67d3fb1dcfc90d94a77c to your computer and use it in GitHub Desktop.
Spacemacs
# Finding Files
SPC ft # Toggle NeoTree
SPC pt # Open project root
SPC ff # Find a file with Helm
# Buffers / Files
SPC fs # Save file
SPC bd # Close buffer
SPC TAB # Switch between open buffers
# Windows
SPC w/ # Split window right
SPC 1 # Window 1
SPC 2 # Window 2
SPC wd # Delete a window
SPC ws # Horizontal split
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment