1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 07:00:05 +08:00

Add SPC mind maps

This commit is contained in:
wsdjeg 2017-06-26 23:07:47 +08:00
parent 764ef2d21b
commit 251df793e3

View File

@ -81,13 +81,17 @@ for example, after pressing `<Space>` in normal mode, you will see :
this guide show you all the available key bindings begin with `[SPC]`, you can type `b` for all the buffer mappings, `p` for project mappings, etc. after pressing `<C-h>` in guide buffer, you will get paging and help info in the statusline. this guide show you all the available key bindings begin with `[SPC]`, you can type `b` for all the buffer mappings, `p` for project mappings, etc. after pressing `<C-h>` in guide buffer, you will get paging and help info in the statusline.
here is the guide for the default mappings in SpaceVim:
![spc](https://user-images.githubusercontent.com/13142418/27545241-f0d696e2-5ac1-11e7-9187-127c03dd35ae.png)
### Unite work flow ### Unite work flow
![unite](docs/img/unite_mappings.png) ![unite](docs/img/unite_mappings.png)
### module statusline ### module statusline
The `core#statusline` layer provide a heavily customized powerline with the following capabilities:, It is inspired by spacemacs's mode-line. The `core#statusline` layer provide a heavily customized powerline with the following capabilities:, It is inspired by spacemacs's mode-line. and this layer is loaded by default.
- show the window number - show the window number
- color code for current state - color code for current state
@ -210,20 +214,20 @@ curl -sLf https://spacevim.org/install.sh | bash -s -- -h
### windows support ### windows support
- For vim in windows, please just clone this repo as vimfiles in you Home directory. - For vim in windows, please just clone this repo as vimfiles in you Home directory.
by default, when open a cmd, the current dir is your Home directory, run this command in cmd. by default, when open a cmd, the current dir is your Home directory, run this command in cmd.
make sure you have a backup of your own vimfiles. also you need remove `~/_vimrc` in your home directory. make sure you have a backup of your own vimfiles. also you need remove `~/_vimrc` in your home directory.
```sh ```sh
git clone https://github.com/SpaceVim/SpaceVim.git vimfiles git clone https://github.com/SpaceVim/SpaceVim.git vimfiles
``` ```
- For neovim in windows, please clone this repo as `AppData\Local\nvim` in your home directory. - For neovim in windows, please clone this repo as `AppData\Local\nvim` in your home directory.
for more info, please check out [neovim's wiki](https://github.com/neovim/neovim/wiki/Installing-Neovim). for more info, please check out [neovim's wiki](https://github.com/neovim/neovim/wiki/Installing-Neovim).
by default, when open a cmd, the current dir is your Home directory, run this command in cmd. by default, when open a cmd, the current dir is your Home directory, run this command in cmd.
```bash ```bash
git clone https://github.com/SpaceVim/SpaceVim.git AppData\Local\nvim git clone https://github.com/SpaceVim/SpaceVim.git AppData\Local\nvim
``` ```
## Update ## Update