Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
emacs:spacemacs [2016-08-11] – ↷ Page moved from spacemacs to emacs:spacemacs dcaiemacs:spacemacs [2020-04-19] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spacemacs ======
  
 +''M-m ~= SPC''
 +
 +OSX: ''M == ⌘''
 +
 +=== Install pacage ===
 +
 +''SPC f e d''
 +
 +Add package name to ''dotspacemacs-addtional-packages''
 +
 +=== Config ===
 +
 +  * open conf: ''SPC-f-e-d''
 +  * Sync config: ''SPC-f-e-R''
 +  * Switch theme: ''<SPC> T h'' [[http://themegallery.robdor.com/|ref]]
 +  * reload config: While editing ''~/.spacemacs/init.el'', re-compile by ''SPC-m-c-c''
 +
 +=== Buffers ===
 +
 +  * Open file:''SPC-f-f'' or ''c-x c-f''
 +  * Save buffer:''c-x c-s''
 +  * kill buffer: ''SPC b k''
 +  * Switch buffer: ''C-x b'' and ''C-x C-b''
 +  * helm-mini: ''SPC b b''
 +  * buffer micro state: ''SPC b .'', press ''ESC''  to quit
 +  * Switch to scratch: ''SPC b s''
 +
 +=== Window manager ===
 +
 +  * close window: ''SPC w c''
 +  * Split window: ''SPC w S''
 +
 +=== misc ===
 +  * Searching forwards and backwards: ''C-s, C-r''
 +  * undo: ''c-/''
 +  * redo: ''c-?''
 +  * Quit spacemacs:''c-x c-c'' or ''SPC q q''