Last active
October 19, 2016 20:20
-
-
Save technolo-g/32dff581e1cf67d3fb1dcfc90d94a77c to your computer and use it in GitHub Desktop.
Spacemacs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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