Vim Cmd Manual
User Manual:
Open the PDF directly: View PDF
Page Count: 258 [warning: Documents this large are best viewed by clicking the View PDF Link!]
- 1 About the manuals
- 2 The first steps in Vim
- 3 Moving around
- 4 Making small changes
- 5 Set your settings
- 6 Using syntax highlighting
- 7 Editing more than one file
- 8 Splitting windows
- 9 Using the GUI
- 10 Making big changes
- 11 Recovering from a crash
- 12 Clever tricks
- 20 Typing command-line commands quickly
- 21 Go away and come back
- 22 Finding the file to edit
- 23 Editing other files
- 24 Inserting quickly
- 25 Editing formatted text
- 26 Repeating
- 27 Search commands and patterns
- 28 Folding
- 29 Moving through programs
- 30 Editing programs
- 31 Exploiting the GUI
- 32 The undo tree
- 40 Make new commands
- 41 Write a Vim script
- 41.1 Introduction
- 41.2 Variables
- 41.3 Expressions
- 41.4 Conditionals
- 41.5 Executing an expression
- 41.6 Using functions
- 41.7 Defining a function
- 41.8 Lists and Dictionaries
- 41.9 Exceptions
- 41.10 Various remarks
- 41.11 Writing a plugin
- 41.12 Writing a filetype plugin
- 41.13 Writing a compiler plugin
- 41.14 Writing a plugin that loads quickly
- 41.15 Writing library scripts
- 41.16 Distributing Vim scripts
- 42 Add new menus
- 43 Using filetypes
- 44 Your own syntax highlighted
- 45 Select your language
- 90 Installing Vim