Where can I find the documentation for spacevim?
Comprehensive documentation is available in :h SpaceVim . Users can also use SPC h SPC to fuzzy find the documentation of SpaceVim options. This key binding requires one fuzzy finder layer to be loaded. If you want to add plugins from github, just add the repo name to the custom_plugins section:
Which is the default colorscheme of spacevim?
The default colorscheme of SpaceVim is gruvbox. There are two variants of this colorscheme, a dark one and a light one. Some aspects of these colorscheme can be customized in the custom configuration file, read :h gruvbox.
How to auto complete variable names in spacevim?
The Ctrl-a binding on the command line can auto-complete variable names, but in SpaceVim it moves to the cursor to the beginning of the command line. Ctrl-b in command line mode is mapped to , which will move cursor to the left. Ctrl-f in command line mode is mapped to , which will move cursor to the right.
What’s the difference between origin Vim and spacevim?
The different key bindings between SpaceVim and origin vim are shown as below. The s key does replace cursor char, but in SpaceVim it is the Window key bindings specific leader in Normal mode. This leader change be changed via windows_leader option which use s as default variable.
How to use the ctrlspace layer in spacevim?
To use the CtrlSpace layer, add the following to your configuration file. home-mapping-key (default: ) – keybinding to enter CtrlSpace’s home menu, which displays the buffers list autosave-workspaces (default: true) – enable this to autosave current workspace on switching WS and exiting SpaceVim
How to enable fuzzy finder layer in spacevim?
For those who prefer to use SpaceVim’s style of fuzzy finding buffers/files/projects, the following keybindings can be optionally enabled with enable-spacevim-styled-keys = true. Note: to be consistent with other fuzzy finder layers in SpaceVim, uppercased final keys will list the source, while lowercased ones will search.