diff options
author | Riley Bruins <ribru17@hotmail.com> | 2025-01-09 08:36:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 08:36:16 -0800 |
commit | 0c296ab22484b4c009d119908d1614a6c6d96b2c (patch) | |
tree | 45ca8593392c49a0b514df69f97b9617fc2c874b /runtime/doc/helphelp.txt | |
parent | 1e47aa677a24231ec771137dadc7c2b65be775b4 (diff) | |
download | rneovim-0c296ab22484b4c009d119908d1614a6c6d96b2c.tar.gz rneovim-0c296ab22484b4c009d119908d1614a6c6d96b2c.tar.bz2 rneovim-0c296ab22484b4c009d119908d1614a6c6d96b2c.zip |
feat(docs): "yxx" runs Lua/Vimscript code examples #31904
`yxx` in Normal mode over a Lua or Vimscript code block section will execute the code.
Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'runtime/doc/helphelp.txt')
-rw-r--r-- | runtime/doc/helphelp.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index 46b3ab507d..f7009aebfe 100644 --- a/runtime/doc/helphelp.txt +++ b/runtime/doc/helphelp.txt @@ -193,6 +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. If there are several matches for an item you are looking for, this is how you can jump to each one of them: |