-
-
Save Johnytran/6f80d5a811d9fbb7dd4c06eaa553b126 to your computer and use it in GitHub Desktop.
text selection
This file contains hidden or 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
text selection | |
If you want to do the same thing to a collection of lines, like cut, copy, sort, or format, you first need to select the text. Get out of insert mode, hit one of the options below, and then move up or down a few lines. You should see the selected text highlighted. | |
V - selects entire lines | |
v - selects range of text | |
ctrl-v - selects columns | |
gv - reselect block |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment