mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:00:04 +08:00
docs(key): format key binding list
This commit is contained in:
parent
3ce8cfd6dc
commit
f56ae9c4db
@ -551,7 +551,6 @@ endfunction
|
||||
|
||||
更多信息可以阅读 `:h 'mouse'`。
|
||||
|
||||
|
||||
### 滚动条
|
||||
|
||||
窗口右侧的滚动条默认是关闭的,如果需要启动滚动条,需要修改[ui 模块](../layers/ui/)的 `enable_scrollbar` 选项:
|
||||
@ -567,7 +566,7 @@ endfunction
|
||||
所有的界面元素切换快捷键都以 `[SPC] t` 或 `[SPC] T` 开头,你可以在快捷键导航中查阅所有快捷键。
|
||||
|
||||
| 快捷键 | 功能描述 |
|
||||
| ----------- | ----------------------------------------- |
|
||||
| ----------------- | ----------------------------------------- |
|
||||
| `SPC t 8` | 高亮所有超过 80 列的字符 |
|
||||
| `SPC t f` | 高亮临界列,默认 `max_column` 是第 120 列 |
|
||||
| `SPC t h h` | 高亮当前行 |
|
||||
@ -582,7 +581,7 @@ endfunction
|
||||
| `SPC t P` | 切换 auto parens 模式 |
|
||||
| `SPC t t` | 打开 Tab 管理器 |
|
||||
| `SPC T ~` | 显示/隐藏 Buffer 结尾空行行首的 `~` |
|
||||
| `SPC T F` | 切换全屏(TODO) |
|
||||
| `SPC T F` / `F11` | 切换全屏 |
|
||||
| `SPC T f` | 显示/隐藏 Vim 边框(GUI) |
|
||||
| `SPC T m` | 显示/隐藏菜单栏 |
|
||||
| `SPC T t` | 显示/隐藏工具栏 |
|
||||
@ -676,7 +675,7 @@ _acpi_ 可展示电池电量剩余百分比。
|
||||
SpaceVim 所支持的分割符以及截图如下:
|
||||
|
||||
| 分割符 | 截图 |
|
||||
| ------- | ------------------------------------------------------------------------------------------------------------------------- |
|
||||
| ------- | ------------------------------------------------------------------------------------- |
|
||||
| `arrow` | ![separator-arrow](https://img.spacevim.org/b28bdc04-3c98-11e7-937e-641c9d85c493.png) |
|
||||
| `curve` | ![separator-curve](https://img.spacevim.org/42bbf6e8-3cd4-11e7-8792-665447040f49.png) |
|
||||
| `slant` | ![separator-slant](https://img.spacevim.org/53a65ea2-3cd5-11e7-8758-d079c5a9c2d6.png) |
|
||||
|
@ -604,7 +604,7 @@ To enable the scrollbar, you need to change `enable_scrollbar` option in [ui lay
|
||||
Some UI indicators can be toggled on and off (toggles start with t and T):
|
||||
|
||||
| Key Bindings | Descriptions |
|
||||
| ------------ | -------------------------------------------------------------------------- |
|
||||
| ----------------- | -------------------------------------------------------------------------- |
|
||||
| `SPC t 8` | highlight characters past the 80th column |
|
||||
| `SPC t a` | toggle autocomplete (only available with `autocomplete_method = deoplete`) |
|
||||
| `SPC t f` | display the fill column (by default `max_column` is 120) |
|
||||
@ -620,7 +620,7 @@ Some UI indicators can be toggled on and off (toggles start with t and T):
|
||||
| `SPC t P` | toggle auto parens mode |
|
||||
| `SPC t t` | open tabs manager |
|
||||
| `SPC T ~` | display ~ in the fringe on empty lines |
|
||||
| `SPC T F` | toggle frame fullscreen |
|
||||
| `SPC T F` / `F11` | toggle frame fullscreen |
|
||||
| `SPC T f` | toggle display of the fringe |
|
||||
| `SPC T m` | toggle menu bar |
|
||||
| `SPC T t` | toggle tool bar |
|
||||
@ -718,7 +718,7 @@ It is possible to easily customize the statusline separator by setting the `stat
|
||||
Here is an exhaustive set of screenshots for all the available separators:
|
||||
|
||||
| Separator | Screenshot |
|
||||
| --------- | ------------------------------------------------------------------------------------------------------------------------- |
|
||||
| --------- | ------------------------------------------------------------------------------------- |
|
||||
| `arrow` | ![separator-arrow](https://img.spacevim.org/b28bdc04-3c98-11e7-937e-641c9d85c493.png) |
|
||||
| `curve` | ![separator-curve](https://img.spacevim.org/42bbf6e8-3cd4-11e7-8792-665447040f49.png) |
|
||||
| `slant` | ![separator-slant](https://img.spacevim.org/53a65ea2-3cd5-11e7-8758-d079c5a9c2d6.png) |
|
||||
@ -2409,7 +2409,6 @@ Example:
|
||||
|
||||
![todo manager](https://img.spacevim.org/61462920-0bd9d000-a9a6-11e9-8e1f-c70d6ec6ca1e.png)
|
||||
|
||||
|
||||
**Known bug:**
|
||||
|
||||
If you are using windows, and `grep.exe` do not support searching in subdirectory. and the stderr will shown:
|
||||
|
Loading…
Reference in New Issue
Block a user