1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 07:50:05 +08:00

docs(typo): fix spelling mistake

This commit is contained in:
tbrixen 2022-11-29 11:59:28 +01:00 committed by GitHub
parent 9cc4d926a7
commit 09593ef85f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1256,7 +1256,7 @@ Read `:h registers` for more info about other registers.
| `<Leader> P` | Paste text from system clipboard before here | | `<Leader> P` | Paste text from system clipboard before here |
| `<Leader> Y` | Copy selected text to pastebin | | `<Leader> Y` | Copy selected text to pastebin |
To change the command of clipboard, you nned to use bootstrap after function: To change the command of clipboard, you need to use bootstrap after function:
```viml ```viml
" for example, to use tmux clipboard: " for example, to use tmux clipboard: