Spacemacs Cheatsheet
Full scren#
SPC t m
Zoom#
SPC z f k
(up->in)
Terminal in current buffer#
SPC+u
/ SPC+'
Browse terminal history (holy mode)#
SPC m H
quit holy-mode:#
ctrl+shift+m
Disable truncate line:#
SPC t l
How to record and save your own macros for future use
elisp function to Emacs command#
add function to spacemacs/user-config with interactive
call
(defun runops ()
"Create runops task with current buffer"
(interactive)
(shell-command
(concat
"runops tasks create -t read -s "
"\""
(buffer-string)
"\"")))
Retained (for now):
spacemacs config file / extensions#
SPC f e d
Restart#
SPC q r
Treemacs SPC f t
#
Magit#
SPC g s
(git status)
Forge (Github)#
@ from Magit
Navigate Clojure REPL history#
C-up/down
Meta M-#
ctrl+shift