edshamis / Practical-Vim

Vim实用技巧, vim tips

Home Page:https://vim-tips.hulin.ink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PracticalVim

I read the book Practical Vim: Edit Text at the Speed of Thought, it's pretty awesome! so I want to do a note for this book.I will write all the tips in this article relared to the book.

online book: http://vim-tips.hulin.ink

Please read this article first Seven habits of effective text editing,which is very good for editor using.

The beginner tutorial for vim, run command vimtutor in your terminal(install vim fisrt if you don't have this command) and have a fun.

You also can find the 中文(coming soon,maybe) version

121 tips

1.The Vim Way

2. Normal Mode

3. Insert Mode

4. Visual Mode

5. Command-Line Mode

6. Manage Multiple Files

7. Open Files and Save Them to Disk

8. Navigate Inside Files with Motions

9. Navigate Between Files with Jumps

10. Copy and Paste

11. Macros

12. Matching Patterns and Literals

13. Search

14. Substitution

15. Global Commands

16. Index and Navigate Source Code with ctags

17. Compile Code and Navigate Errors with the Quickfix List

18. Search Project-Wide with grep, vimgrep, and Others

19. Dial X for Autocompletion

20. Find and Fix Typos with Vim’s Spell Checker

About

Vim实用技巧, vim tips

https://vim-tips.hulin.ink


Languages

Language:HTML 99.3%Language:SCSS 0.5%Language:JavaScript 0.2%