Skip to content

Commit

Permalink
docs: Fix "copy" being used instead of "paste" in vim mode documentat…
Browse files Browse the repository at this point in the history
…ion (#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>
  • Loading branch information
tyleralbee and mgsloan authored Jan 11, 2025
1 parent bda0c67 commit 6bc89eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 6bc89eb

Please sign in to comment.