Skip to content

Instantly share code, notes, and snippets.

View takuma-yoneda's full-sized avatar

Takuma Yoneda takuma-yoneda

View GitHub Profile
@takuma-yoneda
takuma-yoneda / spacemacs-cheshe.md
Last active February 14, 2020 23:32 — forked from robphoenix/spacemacs-cheshe.md
Spacemacs Cheat Sheet

Useful Spacemacs commands

  • SPC j - this is for jump to some place.
  • SPC j i - spacemacs/helm-jump-in-buffer
  • '%' - (vim command) jump to the corresponding parenthesis
  • SPC ; - commenting operation (provided by evli-nerd-commenter )
  • c s <old-textobject> <new-textobject> - change parenthesis character (provided by evil-surround
  • SPC k - enter lisp-state (easy to move over parenthesis)
  • SPC x i c - string-inflection (lower camelCase)
  • SPC x i u - string-inflection (lower snake_case)
  • C-c C-w C-c - eyebrowse-create-wiondow-config (eyebrowse)