Vim advanced: better, faster and stronger

Source: Internet
Author: User

Vim advanced: better, faster and stronger today learned @ left ear mouse's blog "vim concise strategy" and learned a lot of commands that have never been used, I believe that vim's powerful command line is quite practical and efficient for programmers. Sort out your ideas. Enter www.2cto.com 1. first stage: a: insert x at the cursor: Delete the character hjkl where the cursor is located: Replace the cursor key 2. second stage: o: insert a new row after the current Row O: Insert a new row cw before the current row: Replace the character 0 from the cursor position to the end of the word to the line header $: to the end of the line www.2cto.com ^: open a file: saveas path/to/file and save it as: bn: when bp opens multiple files at the same time, switch the next or next file ZZ: exit and save 3: stronger :. repeat the previous command gu: Small write gU change uppercase w: To the word header e: to the end of the word %: matching brackets move * and # match the cursor here, move the cursor to the next or previous matching WORD 4: faster: <start position> command <end position> v mode: ctrl + v quick operation ctrl + d move the selected word downward, j. concatenate the selected row into one line = auto indent
 

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.