mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
docs: Fix "copy" being used instead of "paste" in vim mode documentation (#23010)
It seems the original author intended to write either "`ctrl+c` to copy" or "`ctrl+v` to paste". Updated to be "`ctrl+v` to paste". Release Notes: - N/A Co-authored-by: Michael Sloan <michael@zed.dev>
This commit is contained in:
parent
bda0c67ece
commit
6bc89eb4b1
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ The [Sneak motion](https://github.com/justinmk/vim-sneak) feature allows for qui
|
|||
|
||||
### Restoring common text editing keybindings
|
||||
|
||||
If you're using vim mode on Linux or Windows, you may find it overrides keybindings you can't live without: `ctrl+v` to copy, `ctrl+f` to search, etc. You can restore them by copying this data into your keymap:
|
||||
If you're using vim mode on Linux or Windows, you may find it overrides keybindings you can't live without: `ctrl+v` to paste, `ctrl+f` to search, etc. You can restore them by copying this data into your keymap:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue