# #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