1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 03:00:06 +08:00

remove stray chars from documentation

This commit is contained in:
techgaun 2017-08-20 22:45:58 -05:00
parent 86ace8495d
commit 34d100d683
No known key found for this signature in database
GPG Key ID: 57FB3143221F7B30

View File

@ -847,7 +847,7 @@ SpaceVim use vimfiler as the default file tree, and the default key binding is `
let g:spacevim_filemanager = 'nerdtree'
```
VCS integration is supported, there will be a colum status, this feature maybe make vimfiler slow, so it is not enabled by default. to enable this feature, add `let g:spacevim_enable_vimfiler_gitstatus = 1` to your custom config. here is any picture for this feature:
VCS integration is supported, there will be a column status, this feature maybe make vimfiler slow, so it is not enabled by default. to enable this feature, add `let g:spacevim_enable_vimfiler_gitstatus = 1` to your custom config. here is any picture for this feature:
![file-tree](https://user-images.githubusercontent.com/13142418/26881817-279225b2-4bcb-11e7-8872-7e4bd3d1c84e.png)
@ -887,8 +887,6 @@ If there is only one file buffer opened, a file is opened in the active window,
| `sg` | open file in an vertically split window |
| `sv` | open file in an horizontally split window |
<<<<<<< HEAD
### Commands starting with `g`
after pressing prefix `g` in normal mode, if you do not remember the mappings, you will see the guide which will tell you the functional of all mappings starting with `g`.