diff options
author | luukvbaal <luukvbaal@gmail.com> | 2025-01-02 15:40:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 06:40:39 -0800 |
commit | 43d552c56648bc3125c7509b3d708b6bf6c0c09c (patch) | |
tree | 0fe37677e6184c9229fce1a8d8dbb9e7f3dff6b4 /runtime/doc | |
parent | 48e2a73610ca5639408f79b3d8eebd3e5f57a327 (diff) | |
download | rneovim-43d552c56648bc3125c7509b3d708b6bf6c0c09c.tar.gz rneovim-43d552c56648bc3125c7509b3d708b6bf6c0c09c.tar.bz2 rneovim-43d552c56648bc3125c7509b3d708b6bf6c0c09c.zip |
feat(ui): more intuitive :substitute confirm prompt #31787
Problem: Unknown key mappings listed in substitute confirm message.
Solution: Include hints as to what the key mappings do.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/usr_10.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_10.txt b/runtime/doc/usr_10.txt index 2f55aadef0..98337e4b76 100644 --- a/runtime/doc/usr_10.txt +++ b/runtime/doc/usr_10.txt @@ -192,7 +192,7 @@ following: > Vim finds the first occurrence of "Professor" and displays the text it is about to change. You get the following prompt: > - replace with Teacher (y/n/a/q/l/^E/^Y)? + replace with Teacher? (y)es/(n)o/(a)ll/(q)uit/(l)ast/scroll up(^E)/down(^Y) At this point, you must enter one of the following answers: |