Vim Practical Tips Reading notes---Moving and jumping

Source: Internet
Author: User

1, before the operation of the actual line with G, you can operate on the screen line, for example: ' GJ ' means to move down a screen line, ' g^ ' for moving to the screen line of the first non-whitespace characters and so on

2. Vim has two sets of commands for forward and reverse movement of words:

  1. W forward moves to the beginning of the next word
  2. b Reverse moves to the beginning of the current word/previous Word
  3. E forward moves to the end of the current word/previous Word
  4. GE moves backwards to the end of the previous word

Usually we can use an EA to indicate the end of the current word after adding

3, VIM will record the last execution of the ' F{char} ' command, and then use the '; ' command to repeat the command, if the number of repetitions, you can call ', ' to undo. The specific find command is as follows:

  1. F{char} move forward to the next {char} location
  2. F{char} reverse moves to the next {char} location
  3. T{char} forward moves to the previous character where the next {char} is located
  4. T{char} reverse moves to the last character where the previous {char} is located

Vim Practical Tips Reading notes---Moving and jumping

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.