Learn Vim (the Smart Way)
Learn Vim (the Smart Way)
Preface
1
Ch01. Starting Vim
2
Ch02. Buffers, Windows, and Tabs
3
Ch03. Searching Files
4
Ch04. Vim Grammar
5
Ch05. Moving in a File
6
Ch06. Insert Mode
7
Ch07. the Dot Command
8
Ch08. Registers
9
Ch09. Macros
10
Ch10. Undo
11
Ch11. Visual Mode
12
Ch12. Search and Substitute
13
Ch13. the Global Command
14
Ch14. External Commands
15
Ch15. Command-line Mode
16
Ch16. Tags
17
Ch17. Fold
18
Ch18. Git
19
Ch19. Compile
20
Ch20. Views, Sessions, and Viminfo
21
Multiple File Operations
22
Ch22. Vimrc
23
Ch23. Vim Packages
24
Ch24. Vim Runtime
25
Ch25. Vimscript Basic Data Types
26
Ch26. Vimscript Conditionals and Loops
27
Ch27. Vimscript Variable Scopes
28
Ch28. Vimscript Functions
29
Ch29. Write a Plugin: Creating a Titlecase Operator
Table of contents
Preface
Learn Vim (the Smart Way)
Author
Igor Irianto
Preface
Learn-Vim
compiled as quarto book.
Built: 2023-02-04
1
Ch01. Starting Vim