-
Notifications
You must be signed in to change notification settings - Fork 367
Semantic modification #793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/books/admin_guide/05-vi.md
Outdated
| <kbd>n</kbd> | ||
|
|
||
| * Go to the previous occurrence found: | ||
| * Find the last matching string: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jimcat8 I think "previous" is a better word than "last" in this case. "last" intimates the very last occurrence of the string, rather than the one that occurred before. I'd be happy with "Find the previous matching string:"
docs/books/admin_guide/05-vi.md
Outdated
| `/[1-9]word` : search _1word_, _2word_ … _`x`word_ where `x` is a number | ||
|
|
||
| * `^` : Search for a string starting the line. | ||
| * `^` : Search for lines that begin with a character. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine, except it needs to be "character(s)" as it can be one or more.
|
@jimcat8, mostly good! If you would address the comments I've added and fix those things, I'll merge. Thank you! |
|
Thanks @jimcat8! |
Author checklist (Completed by original Author)
Rocky Documentation checklist (Completed by Rocky team)