aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/helphelp.txt
diff options
context:
space:
mode:
authorEvgeni Chasnovski <evgeni.chasnovski@gmail.com>2025-01-15 12:36:00 +0200
committerGitHub <noreply@github.com>2025-01-15 02:36:00 -0800
commit09bcb310681e3b87d5b8c5eb547b182554cff7b4 (patch)
treefc239f2d658f5d2620e0b99c37fa90ad371959e2 /runtime/doc/helphelp.txt
parent9552fe7ef907c5c8164abb50699e97d03de1285a (diff)
downloadrneovim-09bcb310681e3b87d5b8c5eb547b182554cff7b4.tar.gz
rneovim-09bcb310681e3b87d5b8c5eb547b182554cff7b4.tar.bz2
rneovim-09bcb310681e3b87d5b8c5eb547b182554cff7b4.zip
fix(docs): replace `yxx` mappings with `g==` #31947
Problem: `yx` uses "y" prefix, which shadows a builtin operator. Solution: Use `g=` (in the form of `g==` currently), drawing from precedent of CTRL-= and 'tpope/vim-scriptease'.
Diffstat (limited to 'runtime/doc/helphelp.txt')
-rw-r--r--runtime/doc/helphelp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt
index f7009aebfe..72d37f6088 100644
--- a/runtime/doc/helphelp.txt
+++ b/runtime/doc/helphelp.txt
@@ -193,7 +193,7 @@ Jump to specific subjects by using tags. This can be done in two ways:
Use CTRL-T or CTRL-O to jump back.
Use ":q" to close the help window.
-Use `yxx` to execute the current Lua/Vimscript code block.
+Use `g==` to execute the current Lua/Vimscript code block.
If there are several matches for an item you are looking for, this is how you
can jump to each one of them: