Skip to content

Instantly share code, notes, and snippets.

@lfender6445
Last active October 11, 2017 23:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lfender6445/ff05e842c7b532e8e832df357c96cc9c to your computer and use it in GitHub Desktop.
Save lfender6445/ff05e842c7b532e8e832df357c96cc9c to your computer and use it in GitHub Desktop.

running spacemacs in vim-mode

S is SPACE, C is CTRL

  • S h d f (help define function)
  • S h d v (help define variable)

fuzzy file search

  • SPC p f (project finder) (type your filename)
    • C-c o

file tree

  • S p t (file toggle neotree (nerdtree equivalent))

    • | (on file hover, opens a verticl split)
      • (on file hover, opens a horizontal split)
  • S f T (show current file in neo tree)

  • S f e d (find/edit dotfile)

  • S f e R (refresh dotfile)

  • S T s (theme switcher)

  • S p f (project finder)

  • S f r (file recent)

  • S f R (file Rename)

  • S f y (file yank)

windows

edit

some plugins to consider

magit - git enhancement suite for spacemacs evil-surround

trivia

  • what is Evil?
    • Evil is an extensible vi layer for Emacs. It provides Vim features like Visual selection and text objects, and is the successor to the now-obsolete Vimpulse and vim-mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment