From 6bc89eb4b1ed47095d3d90f7af65d6aaa6c966e6 Mon Sep 17 00:00:00 2001 From: Tyler Albee Date: Sat, 11 Jan 2025 13:45:41 -0800 Subject: [PATCH] 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 --- docs/src/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/vim.md b/docs/src/vim.md index a0bc604818..96f124897f 100644 --- a/docs/src/vim.md +++ b/docs/src/vim.md @@ -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 {