Mappings
A guide buffer is displayed each time the prefix key is pressed in normal mode. It lists the available key bindings and their short description.The prefix can be , [Window]
, [denite]
, <leader>
and [unite]
.
The default key of these prefix is:
By default the guide buffer will be displayed 1000ms after the key has been pressed. You can change the delay by setting 'timeoutlen'
option to your liking (the value is in milliseconds).
for example, after pressing <Space>
in normal mode, you will see :
this guide show you all the available key bindings begin with , you can type b
for all the buffer mappings, p
for project mappings, etc.
to defined custom SPC mappings, use SpaceVim#custom#SPC()
. here is an example:
Unite/Denite describe key bindings
It is possible to search for specific key bindings by pressing ?
in the root of guide buffer.
To narrow the list, just insert the mapping keys or description of what mapping you want, Unite/Denite will fuzzy find the mappings, to find buffer related mappings:
then use <Tab>
or <Up>
and <Down>
to select the mapping, press <Enter>
will execute that command.
Getting help
Reporting an issue:
Available layers
All layers can be easily discovered via :SPLayer -l
accessible with SPC h l
.
Available plugins in SpaceVim
All plugins can be easily discovered via <leader> l p
.
Add custom plugins
If you want to add plugin from github, just add the repo name to the SpaceVim option custom_plugins
:
[[custom_plugins]]
merged = 0