Vim Learning Notes

Source: Internet
Author: User


1. Hit two times the letter D removes the cursor from the row

2.vim + filename Open file positioning cursor at the end of the beginning
VIM +n filename cursor positioned on nth row
Vim +/xxx filename navigates to string xxx first occurrence line

3.vim AA bb cc One-time create or open three files: N/a move to next (top) a file

4. Bottom-line mode
: W Save
: Q exit
:! Mandatory execution
: LS lists all files that are currently open
: N switches to the next file
: 15 Quick position to line 15th
/xxx search backwards from the cursor to XXX
? XXX searches forward from the cursor xxx

5. Command mode
DD deletes the cursor in the row
o Insert a row below the cursor line and enter the input mode
YY the copy cursor is in the row
P paste below the line where the cursor is located
P paste above the line where the cursor is located

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

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.