[VIM] vim tips
This series is the Reading Notes and summary of Practical Vim, which mainly includes the following aspects: 1. How VIM solves the problem-constructing repeated modifications
1.1 Basic operation unit-character, word, row, paragraph
1.2. Repeated
2. VIM mode 2.1 Normal Mode
2.2 Insert Mode
2.3 visual mode
2.4 Command Line Mode 3. Move, faster, stronger 3.1 basic move
3.2 line jump, search jump, matching jump (%) (ctags Function Definition jump)
3.3 word-based movement
3.4 inter-file redirection (see vim File Management) 4. VIM file management 4.1 buffer list
4.2 window Cutting
4.3 netrw File Management
4.4 inter-file redirection
4.5 vim to the background 5. VIM register 6. perform operations anytime, anywhere
6.1 auto-increment and auto-Increment
6.2 arithmetic operations
7. search and replace
7.1 search
7.2 replace
8. vimrc9. other common skills