diff --git a/docs/cn/documentation.md b/docs/cn/documentation.md index f908c77f6..f02ad3608 100644 --- a/docs/cn/documentation.md +++ b/docs/cn/documentation.md @@ -1090,10 +1090,10 @@ call SpaceVim#custom#SPC('nnoremap', ['f', 't'], 'echom "hello world"', 'test cu | 快捷键 | 功能描述 | | ------------ | -------------------------------- | -| ` y` | 复制文本至系统剪切板 | +| ` y` | 复制已选中的文本至系统剪切板 | | ` p` | 粘贴系统剪切板文字至当前位置之后 | | ` P` | 粘贴系统剪切板文字至当前位置之前 | -| ` Y` | 复制文本至 pastebin | +| ` Y` | 复制已选中的文本至 pastebin | 快捷键 ` Y` 将把选中的文本复制到 pastebin 服务器,并且将返回的链接复制到系统剪切板。 使用该功能,需要系统里有 `curl` 可执行程序(Windows 系统下,Neovim 自带 `curl`)。 diff --git a/docs/documentation.md b/docs/documentation.md index 87b75b39b..deb8a2d44 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -866,7 +866,7 @@ Navigation is centered on the `hjkl` keys with the hope of providing a fast navi | `` / `j` | select next file or directory | | `` / `k` | select previous file or directory | | `` / `l` | open selected file or expand directory | -| `` | open file or switch to directory | +| `` | open file or switch to directory | | `N` | Create new file under cursor | | `r` | Rename the file under cursor | | `d` | Delete the file under cursor | @@ -1176,10 +1176,10 @@ Read `:h registers` for more info about other registers. | Key | Descriptions | | ------------ | -------------------------------------------- | -| ` y` | Copy text to system clipboard | +| ` y` | Copy selected text to system clipboard | | ` p` | Paste text from system clipboard after here | | ` P` | Paste text from system clipboard before here | -| ` Y` | Copy text to pastebin | +| ` Y` | Copy selected text to pastebin | The ` Y` key binding will copy selected text to a pastebin server. It requires `curl` in your `$PATH`. The default command is: