Vim shortcut keys

Source: Internet
Author: User
The cursor moves to the last line of the file:
Shift+g or G (Command mode, edit mode)

The cursor moves to the first line of the file:
Gg

The cursor moves to the beginning of the current line:
^ 0 Home

The cursor moves to the end of the current line:
$ shift+a End

Cancel the last Action (undo):
U

To delete a row:
Dd

Delete N rows:
Ndd

Search down:
/char n n continue search down

Search up:
? Character

Definition of window Properties:
Set Nu: Display line number
Set Nonu: Cancel line number

Set AI: Auto indent
Set Noai: Cancel Auto Indent

Set SM: Display the corresponding parentheses
Set NOSM: suppress the corresponding parentheses

Syntax highlighting:
Syntax on:
Syntax off:

Search Highlights:
Set Hlsearch:
Set Nohlsearch:

Vim configuration file:
Global:/ETC/VIMRC
Personal: ~/.VIMRC

Vim shortcut keys

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.