diff options
author | Charles Hall | 2022-09-01 12:41:15 +0000 |
---|---|---|
committer | GitHub | 2022-09-01 12:41:15 +0000 |
commit | 04e1cbe33f5197719f1b6da09e74e81014403145 (patch) | |
tree | 37fa6631fe5abc2bb71ccd488feea88e165a1a1b | |
parent | 5c2b77b41fadd0e65e02455d36d8509f622bc520 (diff) |
fix: typo in tutor about searching compared to vim (#3625)
-rw-r--r-- | runtime/tutor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tutor.txt b/runtime/tutor.txt index 66d5389f..fe7b15d2 100644 --- a/runtime/tutor.txt +++ b/runtime/tutor.txt @@ -453,7 +453,7 @@ _________________________________________________________________ Like the select command, searching also uses regex. Note: To search backwards, type ? (shift-/). - Note: Unlike Vim, N doesn't change the search direction. + Note: Unlike Vim, ? doesn't change the search direction. N always goes backwards and n always goes forwards. |