1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

Add option info for vim-diff

This commit is contained in:
wsdjeg 2018-01-07 12:47:23 +08:00
parent 093d27afc5
commit 8685f775ea

View File

@ -357,10 +357,23 @@ Move Text Transient State:
## Differences between vim/neovim and SpaceVim
- The `f` key does find char on the right, but in SpaceVim it is the `Unite` key bindings specific leader key by defalut (which can be set on another key binding in dotfile). If you still prefer the origin function of `f`, you can use an empty string to disable this feature.
the option is `g:spacevim_unite_leader`, defalut value is `f`.
- The `F` key does find char on the left, but in SpaceVim it is the `Denite` key bindings specific leader key by defalut (which can be set on another key binding in dotfile). If you still prefer the origin function of `F`, you can use an empty string to disable this feature.
the option is `g:spacevim_denite_leader`, defalut value is `F`.
- The `s` key does replace cursor char, but in SpaceVim it is the `Window` key bindings specific leader key by defalut (which can be set on another key binding in dotfile). If you still prefer the origin function of `s`, you can use an empty string to disable this feature.
the option is `g:spacevim_windows_leader`, defalut value is `s`.
- The `,` key does repeat last `f`, `F`, `t` and `T` in vim, but in SpaceVim it is the language specified Leader key.
the option is `g:spacevim_enable_language_specific_leader`, defalut value is 1.
[Send a PR](http://spacevim.org/development/) to add the differences you found in this section.
## Awesome ui
SpaceVim has a minimalistic and distraction free UI: