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

Update doc for windows key bindings (#1995)

* Update doc for windows key bindings

* Update wiki
This commit is contained in:
Wang Shidong 2018-07-28 21:26:25 +08:00 committed by GitHub
parent 04dc1a1fa4
commit db366890e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -939,8 +939,8 @@ merged = 0
| `SPC w TAB`/`<Tab>` | 在统一标签内进行窗口切换 |
| `SPC w =` | 对齐分离的窗口 |
| `SPC w b` | force the focus back to the minibuffer (TODO) |
| `SPC w c` | 进入阅读模式,浏览当前窗口 |
| `SPC w C` | 选择某一个窗口,并且进入阅读模式 |
| `SPC w c` | 进入阅读模式,浏览当前窗口 (需要 tools 模块) |
| `SPC w C` | 选择某一个窗口,并且进入阅读模式 (需要 tools 模块) |
| `SPC w d` | 删除一个窗口 |
| `SPC u SPC w d` | delete a window and its current buffer (does not delete the file) (TODO) |
| `SPC w D` | 选择一个窗口,并且关闭 |

View File

@ -876,7 +876,6 @@ All layers can be easily discovered via `:SPLayer -l` accessible with `SPC h l`.
All plugins can be easily discovered via `<leader> l p`.
#### Toggles
both the toggles mappings started with `[SPC] t` or `[SPC] T`. you can find it in the mapping guide.
@ -998,8 +997,8 @@ Windows manipulation commands (start with `w`):
| `SPC w TAB` | switch to alternate window in the current frame (switch back and forth) |
| `SPC w =` | balance split windows |
| `SPC w b` | force the focus back to the minibuffer (TODO) |
| `SPC w c` | Distraction-free reading current window |
| `SPC w C` | Distraction-free reading other windows via vim-choosewin |
| `SPC w c` | Distraction-free reading current window (tools layer) |
| `SPC w C` | Distraction-free reading other windows via vim-choosewin (tools layer) |
| `SPC w d` | delete a window |
| `SPC u SPC w d` | delete a window and its current buffer (does not delete the file) (TODO) |
| `SPC w D` | delete another window using vim-choosewin |

View File

@ -67,6 +67,7 @@ The next release is v0.9.0.
- Update follow HEAD ([#1886](https://github.com/SpaceVim/SpaceVim/pull/1886), [#1953](https://github.com/SpaceVim/SpaceVim/pull/1953))
- Update doc for bootstrap function ([#1980](https://github.com/SpaceVim/SpaceVim/pull/1980))
- Update doc for debug upstream plugins ([#1981](https://github.com/SpaceVim/SpaceVim/pull/1981))
- Update doc windows key bindings ([#1995](https://github.com/SpaceVim/SpaceVim/pull/1995))
### Others