Vim Learning Notes

Source: Internet
Author: User

Reference:

Http://linux.chinaunix.net/techdoc/beginner/2009/12/20/1150108.shtml


Vim Command Daquan
Cursor control commands
Command cursor movement
H move one character to the left
J Move down one line
K Move up one line
L Move one character to the right
G move to the last line of the file
W moves to the beginning of the next word
W moves to the beginning of the next word, ignoring punctuation
b move to the beginning of the previous word
B move to the beginning of the previous word, ignoring punctuation
L move to the last line of the screen
M moves to the middle line of the screen
H moves to the first line of the screen
E moves to the end of the next word
E moves to the end of the next word, ignoring punctuation
(move to the beginning of the sentence
Move to the end of the sentence
{Move to the beginning of a paragraph
Move to the beginning of the next paragraph
0 (number), | Move to the first column of the current row
^ Move to the first non-null character of the current line
$ move to the last character of the current line
+, Enter moves to the first character of the next line
-Move to the first non-empty character of the previous line

Vim Learning Notes

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.