Common vi/vim commands

Source: Internet
Author: User

Common vi/vim commands

Vi/vim commands are complex and powerful. Here we will introduce some commonly used commands that can meet general needs.

Move the cursor:
-Shift left: h
-Move Down: j
-Move up: k
-Shift right: l
-Flip: ctrl f, ctrl B

Insert:
-Insert at the cursor position: I
-Insert at the end of A row:
-Insert a new row in the next row: o

Edit:
-Undo modification: u
-Replace the character of the cursor: r

Delete:
-Delete the cursor character: x
-Delete the remaining word after the cursor: dw
-Delete the row part after the cursor: d $/D
-Delete the current row: dd
-Delete n rows: ndd
-Delete the line break at the end of a row: J

Save and exit:
-Save: w
-Save and exit: x/: wq
-Exit/force Exit: q/: q!

Search and replace:
-Replace string (replace all str1 with str2): % s/str1/str2/g
-Search for a string:/str
-Search for the previous and next: n, N

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.