mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 05:43:14 +00:00
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.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user