mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
docs(img): use img.spacevim.org for img url
This commit is contained in:
parent
4e9b739632
commit
6ed541e501
@ -38,7 +38,7 @@ By default the guide buffer will be displayed 1000ms after the key has been pres
|
|||||||
|
|
||||||
for example, after pressing `<Space>` in normal mode, you will see :
|
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.
|
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.
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ comments: true
|
|||||||
|
|
||||||
for example, after pressing `<Space>` in normal mode, you will see :
|
for example, after pressing `<Space>` in normal mode, you will see :
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
for more information about mapping guide, please read the [documentation](http://spacevim.org/documentation/#mappings-guide).
|
for more information about mapping guide, please read the [documentation](http://spacevim.org/documentation/#mappings-guide).
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ for more information about mapping guide, please read the [documentation](http:/
|
|||||||
|
|
||||||
here is an picture for this feature:
|
here is an picture for this feature:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
please checkout statusline [documentation](http://spacevim.org/documentation/#statusline) for all the shortcuts.
|
please checkout statusline [documentation](http://spacevim.org/documentation/#statusline) for all the shortcuts.
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ commentsID: "快捷键助记导航"
|
|||||||
|
|
||||||
例如,在 Normal 模式下,按下空格键,将可以看到:
|
例如,在 Normal 模式下,按下空格键,将可以看到:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
这一导航中,所有快捷键均已`[SPC]`为前缀,可以按下按键`b`查看 buffer 相关的快捷键,或者`p`查看 project 相关的快捷键。
|
这一导航中,所有快捷键均已`[SPC]`为前缀,可以按下按键`b`查看 buffer 相关的快捷键,或者`p`查看 project 相关的快捷键。
|
||||||
|
|
||||||
|
@ -146,7 +146,7 @@ lang: zh
|
|||||||
|
|
||||||
**工作界面**
|
**工作界面**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Neovim 运行在 iTerm2 上,采用 SpaceVim,配色为:_base16-solarized-dark_
|
Neovim 运行在 iTerm2 上,采用 SpaceVim,配色为:_base16-solarized-dark_
|
||||||
|
|
||||||
@ -642,7 +642,7 @@ SpaceVim 默认使用 `nerd fonts`,可参阅其安装指南进行安装。
|
|||||||
|
|
||||||
当使用 `/` 或 `?` 进行搜索时,或当按下 `n` 或 `N` 后,搜索结果序号将被展示在状态栏中,使用类似于 `20/22` 这样的分数显示搜索结果的当前序号以及结果总数。具体的效果图如下:
|
当使用 `/` 或 `?` 进行搜索时,或当按下 `n` 或 `N` 后,搜索结果序号将被展示在状态栏中,使用类似于 `20/22` 这样的分数显示搜索结果的当前序号以及结果总数。具体的效果图如下:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
搜索结果展示由`incsearch`模块提供,可以在配置中启用该模块:
|
搜索结果展示由`incsearch`模块提供,可以在配置中启用该模块:
|
||||||
|
|
||||||
@ -677,11 +677,11 @@ SpaceVim 所支持的分割符以及截图如下:
|
|||||||
|
|
||||||
| 分割符 | 截图 |
|
| 分割符 | 截图 |
|
||||||
| ------- | ------------------------------------------------------------------------------------------------------------------------- |
|
| ------- | ------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `arrow` |  |
|
| `arrow` |  |
|
||||||
| `curve` |  |
|
| `curve` |  |
|
||||||
| `slant` |  |
|
| `slant` |  |
|
||||||
| `nil` |  |
|
| `nil` |  |
|
||||||
| `fire` |  |
|
| `fire` |  |
|
||||||
|
|
||||||
**SpaceVim 功能模块:**
|
**SpaceVim 功能模块:**
|
||||||
|
|
||||||
@ -1000,7 +1000,7 @@ endfunction
|
|||||||
|
|
||||||
例如,Normal 模式下按下空格键,你将会看到:
|
例如,Normal 模式下按下空格键,你将会看到:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
这一导航窗口将提示所有以空格键为前缀的快捷键,并且根据功能将这些快捷键进行了分组,例如 buffer 相关的快捷键都是 `b`,工程相关的快捷键都是 `p`。在代码导航窗口内,按下 `Ctrl-h` 键,可以获取一些帮助信息,这些信息将被显示在状态栏上,提示的是一些翻页和撤销按键的快捷键。
|
这一导航窗口将提示所有以空格键为前缀的快捷键,并且根据功能将这些快捷键进行了分组,例如 buffer 相关的快捷键都是 `b`,工程相关的快捷键都是 `p`。在代码导航窗口内,按下 `Ctrl-h` 键,可以获取一些帮助信息,这些信息将被显示在状态栏上,提示的是一些翻页和撤销按键的快捷键。
|
||||||
|
|
||||||
@ -1024,7 +1024,7 @@ call SpaceVim#custom#SPC('nnoremap', ['f', 't'], 'echom "hello world"', 'test cu
|
|||||||
|
|
||||||
可以通过 `SPC ?` 将当前快捷键罗列出来。然后可以输入快捷键按键字母或者描述,可以模糊匹配并展示结果。
|
可以通过 `SPC ?` 将当前快捷键罗列出来。然后可以输入快捷键按键字母或者描述,可以模糊匹配并展示结果。
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
使用 `<Tab>` 键或者上下方向键选择你需要的快捷键,回车将执行这一快捷键。
|
使用 `<Tab>` 键或者上下方向键选择你需要的快捷键,回车将执行这一快捷键。
|
||||||
|
|
||||||
|
@ -147,7 +147,7 @@ packages tuned by power users and bugs are fixed quickly.
|
|||||||
|
|
||||||
**workflow**
|
**workflow**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Neovim on iTerm2 using the SpaceVim color scheme _base16-solarized-dark_
|
Neovim on iTerm2 using the SpaceVim color scheme _base16-solarized-dark_
|
||||||
|
|
||||||
@ -687,7 +687,7 @@ Search index shows the number of occurrences when performing a search via `/` or
|
|||||||
SpaceVim integrates the search status nicely by displaying it temporarily when `n` or `N` are being pressed.
|
SpaceVim integrates the search status nicely by displaying it temporarily when `n` or `N` are being pressed.
|
||||||
See the 20/22 segment in the screenshot below.
|
See the 20/22 segment in the screenshot below.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Search index is provided by `incsearch` layer, to enable this layer:
|
Search index is provided by `incsearch` layer, to enable this layer:
|
||||||
|
|
||||||
@ -723,11 +723,11 @@ Here is an exhaustive set of screenshots for all the available separators:
|
|||||||
|
|
||||||
| Separator | Screenshot |
|
| Separator | Screenshot |
|
||||||
| --------- | ------------------------------------------------------------------------------------------------------------------------- |
|
| --------- | ------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `arrow` |  |
|
| `arrow` |  |
|
||||||
| `curve` |  |
|
| `curve` |  |
|
||||||
| `slant` |  |
|
| `slant` |  |
|
||||||
| `nil` |  |
|
| `nil` |  |
|
||||||
| `fire` |  |
|
| `fire` |  |
|
||||||
|
|
||||||
**major modes:**
|
**major modes:**
|
||||||
|
|
||||||
@ -1073,7 +1073,7 @@ You can change the delay by adding vim option `'timeoutlen'` to your bootstrap f
|
|||||||
|
|
||||||
For example, after pressing `<Space>` in normal mode, you will see:
|
For example, after pressing `<Space>` in normal mode, you will see:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
This guide shows you all the available key bindings that begin with `[SPC]`, you can type `b` for all the buffer mappings, `p` for project mappings, etc.
|
This guide shows you all the available key bindings that begin with `[SPC]`, you can type `b` for all the buffer mappings, `p` for project mappings, etc.
|
||||||
|
|
||||||
@ -1103,7 +1103,7 @@ It is possible to search for specific key bindings by pressing `?` in the root o
|
|||||||
|
|
||||||
To narrow the list down, just insert the mapping keys or descriptions of what mappings you want, Unite/Denite will fuzzy find the mappings, to find buffer related mappings:
|
To narrow the list down, just insert the mapping keys or descriptions of what mappings you want, Unite/Denite will fuzzy find the mappings, to find buffer related mappings:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Then use `<Tab>` or `<Up>` and `<Down>` to select the mapping, press `<Enter>` to execute that command.
|
Then use `<Tab>` or `<Up>` and `<Down>` to select the mapping, press `<Enter>` to execute that command.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user