Show Menu
Cheatography

SpaceVim Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

System

Check Vim health
:Check­Health
List plugins
\ l p
List mappings
f <sp­ace>
Quick run
\ r

Clipboard

Use system clipboard
:set clipbo­ard­b=u­nna­medplus
Copy to clipboard
\ y
Copy GitHub URL of current lines
\ <ct­rl>+l

Layout

Close other windows
s o
Close current buffer
s q
Split window
s p
New tab
s t
Next window
<ta­b>

Spelling

Dictionary
\ ?
Thesarus
\ K
Add word to dictionary
z g
Correct word
z =

Commenting

Comment line
\ c c
Comment line, force nesting
\ c n
Comment line, pretty block
\ c u
Uncomment line
\ c s
 

Unite

File search
f f
Quickfix
f q
Open in horizontal split
<ct­rl>+v
Open in vertical split
<ct­rl>+s
Open in new tab
<ct­rl>+t
Exit
<es­c>

VimFiler

Toggle
<F3>
Open in vertical split
s g
Preview
i
Mark line
'
Clear marks
V
Redraw
<ct­rl>+r

Gita

Status
\ g s
Diff
\ g d
Commit
\ g c
Push
\ g p

Deoplete

Enippet expansion
<en­ter>
Autoco­mplete w/Unite
<ct­rl>­+<s­pac­e>
Autoco­mplete
<ta­b>
Expand snippet
<ct­rl>+o