install via
brew tap railwaycat/homebrew-emacsmacport
brew install emacs-mac --with-spacemacs-icon # OR, brew cask install emacs-mac
brew linkapps
- Buffer = file
- Window != NSWindow
- Frame = NSWindow
- https://github.com/syl20bnr/spacemacs/blob/master/doc/QUICK_START.org
- https://github.com/syl20bnr/spacemacs/blob/master/doc/CONVENTIONS.org
- http://www.rousette.org.uk/blog/archives/spacemacs/
- http://thume.ca/howto/2015/03/07/configuring-spacemacs-a-tutorial/
- https://gist.github.com/526avijitgupta/fd058b3f61a5d23df667
- In-App help:
SPC h SPC
- open a folder in spacemacs: https://gist.github.com/railwaycat/4043945 ? but
emacsclient . &
seems to do it pretty well too. - open a directory:
SPC a d
- open a file inside a project:
SPC f f
(find file) - open a new window with
cmd n
- sometimes :/ - search current buffer for something
SPC s s
(search silly) - search keybindings
SPC ?
- open a previous project
SPC p-p
cmd z
does not undo. You pressu
when in normal non-editing mode.- When you do
SPC-[x]
: the bar at the bottom tells you what context you're in. - Doing
SPC ;
lets you type in a command
Open a file tree to the left hand side: SPC f-t
. This is emacs-neotree docs on NeoTree It's classed as a window, so you can jump to it with SPC 0
or cmd + 0
.
I've not figured this out yet, feels really weird not being able to use my window manager to jump through multiple projects. eyebrowse and projectile seem to be things that might do this.