Vim-manual-Personal Notes

Source: Internet
Author: User

# #vim配置 # # #normal > Input command: W write save > > Paste: P (paste down) p (paste up) > > Copy: yy copy one line > > Delete: DD Delete Row >h (left ), J (bottom), K (UP), L (right) > Format:==> > Cancel:u> > Restore:<c-r>> > Delete characters: X (right) > > Insert: I (BEF ORE) > > Insert: A (after) > > Insert: O (Insert line next to current row) O (insert row on current line) > > Skip to End:$> > Jump to the beginning of sentence: ^ 0 (zero) &G T  > Backward Indent:shift+>> > Forward indent:shift+<> # # #目录管理 > Toggle Open File:ctrl+tab> Open file List plugin: Shift+tab forward >   Tab: Backward > D: Close Current file > show only this project file:shift+c> refresh: R (Reflash) > Open: o## #替换 > Find down /> > Find up? > > Replace: '%s (entire file search)/layer (to replace content)/Yang (replace content)/g ' > > Plus line to replace: 14,20s///g> > file: First GG 1g> > Files: Tail g> > File:20g> > Skip Backward:w> > Forward jump:b> > Skip to end of Word:e> > Search the current line, search for a single character: F: FA (that is, jump to a character) > > 2FA: Search for the second a> > 2Fa: Search forward for the second a> > delete the characters after the current cursor and insert:c> > delete directly without inserting:d> > Auto Completion: CTRL+n> > Auto Complement:ctrl+p> > Copy this word:yw> > Modify the word:cw> > After modifying the configuration file: F6 formatted Text # # #普通模式 (ESC)-Input mode (i,a,o)-Command mode (:) -: Split up and down screen-: Vslit left and right split screen-: navigation between the various Windows <c-(up and down) >-> is a reference to other people's things

  

Vim-manual-Personal 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.