mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
Update doc for SPC c y
This commit is contained in:
parent
9689eeec2a
commit
a6ba9490ca
@ -1079,7 +1079,7 @@ echo "selected text" | curl -s -F "content=<-" http://dpaste.com/api/v2/
|
||||
以下为注释相关的常用快捷键:
|
||||
|
||||
| 快捷键 | 功能描述 |
|
||||
| --------- | ------------------------- |
|
||||
| --------- | ------------------------ |
|
||||
| `SPC ;` | 进入注释操作模式 |
|
||||
| `SPC c h` | 隐藏/显示注释 |
|
||||
| `SPC c l` | 注释/反注释当前行 |
|
||||
@ -1090,7 +1090,7 @@ echo "selected text" | curl -s -F "content=<-" http://dpaste.com/api/v2/
|
||||
| `SPC c s` | 使用完美格式注释 |
|
||||
| `SPC c t` | 注释/反注释到行 |
|
||||
| `SPC c T` | 注释到行 |
|
||||
| `SPC c y` | 注释/反注释同时复制(TODO) |
|
||||
| `SPC c y` | 注释/反注释同时复制 |
|
||||
| `SPC c Y` | 复制到未命名寄存器后注释 |
|
||||
| `SPC c $` | 从光标位置开始注释当前行 |
|
||||
|
||||
|
@ -1169,7 +1169,7 @@ Comments are handled by [nerdcommenter](https://github.com/scrooloose/nerdcommen
|
||||
| `SPC c s` | comment with pretty layout |
|
||||
| `SPC c t` | toggle comment to line |
|
||||
| `SPC c T` | comment to line |
|
||||
| `SPC c y` | toggle comment and yank(TODO) |
|
||||
| `SPC c y` | toggle comment and yank |
|
||||
| `SPC c Y` | yank and comment |
|
||||
| `SPC c $` | comment current line from cursor to the end of the line |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user