running spacemacs in vim-mode
- S h d f (help define function)
- S h d v (help define variable)
- SPC p f (project finder) (type your filename)
- C-c o
-
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)
- S w / (split window right) (same as :hsplit)
- S w - (split window bottom) (same as :split)
- S w j (window down) (supports vims hjkl)
- S b d (buffer delete)
- https://github.com/syl20bnr/spacemacs/blob/master/doc/DOCUMENTATION.org#window-manipulation-transient-state SPC r l - resume last completion buffer
- S t l (toggle line truncatio)
- S t w (toggle white space)
- S t n (toggle line numbers) SPC t - (centered cursor mod) SPC j l - jump to line SPC j b - jump back
- default vim bindings
magit - git enhancement suite for spacemacs evil-surround
- 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.