
- Vim - Home
- Vim - Introduction
- Vim - Installation & Configuration
- Vim - It’s friends
- Vim - Getting familiar
- Vim - Getting help
- Vim - Editing
- Vim - Navigating
- Vim - Revisiting Editing
- Vim - Searching
- Vim - Working With Multiple Things
- Vim - Markers
- Vim - Macros
- Vim - Registers
- Vim - Folding
- Vim - Diff
- Vim - Plug-ins
- Vim - Using Vim as IDE
- Vim - Remote File Editing
- Vim - Tips & Tricks
- Vim - Personalization
- Vim - Conclusion
Vim - Conclusion
Vim is really powerful editor and now you can get your hands dirty with it. Mastering Vim will really improve your productively. Using Vim you can solve many complex tasks with few commands. You can refer following documentation to know more about Vim.
Vim official documentation
You can access Vims official documentation from following website −
Vim Scripting guide
You can enhance vim further by writing scripts to it. It has its own scripting language. To know more about it, visit following link −
https://spacevim.org/development/vim-script/
Vim plug-ins
Vim plug-ins further extend its functionality and makes you more productive. You can install, configure and even write plug-ins for Vim. You can refer documentation regarding this from their official website.
Advertisements