Vim Tutorial
Vim Useful Resources
Selected Reading
- Vim - Conclusion
- Vim - Personalization
- Vim - Tips & Tricks
- Vim - Remote File Editing
- Vim - Using Vim as IDE
- Vim - Plug-ins
- Vim - Diff
- Vim - Folding
- Vim - Registers
- Vim - Macros
- Vim - Markers
- Vim - Working With Multiple Things
- Vim - Searching
- Vim - Revisiting Editing
- Vim - Navigating
- Vim - Editing
- Vim - Getting help
- Vim - Getting familiar
- Vim - It’s friends
- Vim - Installation & Configuration
- Vim - Introduction
- Vim - Home
Vim Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
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 Vim’s 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 pnk −
Vim plug-ins
Vim plug-ins further extend its functionapty 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