====== 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: '' 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''