laitimes

There are several common commands for vim

author:Yang Bin 37178244

Move to column n of the current row: n|

Highlight the contents inside the selected tag: vit

Delete the word the cursor is in and enter insert mode: ciw daw

Removes the character from the cursor position to the end of the word and enters insertion mode: cw

After highlighting the selected area in Vim visualization mode, pressing the : key, the command line will pre-populate a range : '<,' > redraw the screen representing the range of the highlighted selection and display the current line in the center of the window: zz