-
Notifications
You must be signed in to change notification settings - Fork 65
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
Update usr_01.{txt|jax} #744
Merged
Merged
Changes from 2 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*usr_01.txt* For Vim version 8.1. Last change: 2017 Jul 15 | ||
*usr_01.txt* For Vim version 8.1. Last change: 2019 Nov 21 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s/8.1/8.2/
chaspy marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
VIM USER MANUAL - by Bram Moolenaar | ||
|
||
|
@@ -41,11 +41,11 @@ the commands and options used for it. Use these two commands: | |
Press CTRL-O to jump back (repeat to go further back). | ||
|
||
Many links are in vertical bars, like this: |bars|. The bars themselves may | ||
be hidden or invisible, see below. An option name, like 'number', a command | ||
be hidden or invisible; see below. An option name, like 'number', a command | ||
in double quotes like ":write" and any other word can also be used as a link. | ||
Try it out: Move the cursor to CTRL-] and press CTRL-] on it. | ||
|
||
Other subjects can be found with the ":help" command, see |help.txt|. | ||
Other subjects can be found with the ":help" command; see |help.txt|. | ||
|
||
The bars and stars are usually hidden with the |conceal| feature. They also | ||
use |hl-Ignore|, using the same color for the text as the background. You can | ||
|
@@ -101,14 +101,14 @@ For more info see |vimrc| and |compatible-default|. | |
alternative called "evim" (easy Vim). This is still Vim, but used in | ||
a way that resembles a click-and-type editor like Notepad. It always | ||
stays in Insert mode, thus it feels very different. It is not | ||
explained in the user manual, since it should be mostly self | ||
explanatory. See |evim-keys| for details. | ||
explained in the user manual, since it should be mostly | ||
self-explanatory. See |evim-keys| for details. | ||
|
||
============================================================================== | ||
*01.3* Using the Vim tutor *tutor* *vimtutor* | ||
|
||
Instead of reading the text (boring!) you can use the vimtutor to learn your | ||
first Vim commands. This is a 30 minute tutorial that teaches the most basic | ||
first Vim commands. This is a 30-minute tutorial that teaches the most basic | ||
Vim functionality hands-on. | ||
|
||
On Unix, if Vim has been properly installed, you can start it from the shell: | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
s/8.1/8.2/