Vime — short for "VIM: Everywhere" — is a small utility for modern Windows systems that aims to duplicate the following basic functionality from the popular Vim text editor:
- Modal command editing, including
Normal
,Insert
, andVisual
modes. - Basic file navigation, text manipulation, and text processing features.
- Custom key mappings for user-defined functions and other shortcuts.
Why bother with messy homemade scripts or costly third-party IDE add-ons when Vime can replicate most of the same features in almost any window or text control?
Oh, and did we mention that Vime is completely free? :-)
Vime is currently compatible with all modern versions of Windows, including Windows NT4, XP, Vista, and 7. Compatibility has not yet been test on Windows 8, and we cannot guarantee that Vime will work on older installations of Windows 9x or ME.
-
To get started with the latest version Vime, download the latest version here.
-
Unzip the downloaded file to a temporary folder (such as your desktop or
My Documents
folder) and then copy therelease
folder hidden inside to a safe location (such asC:\Program Files\Vime
). Vime is now installed on your system. -
To use Vime, simply navigate to your new
Vime
folder and double-click theVime.exe
file. That's it! -
For convenience, you may copy and paste the shortcut in your
Vime
folder to create a handy shortcut to the program on your desktop or favorite folder. -
Once Vime is running, use the default
Ctrl+Shift+V
key combination to enable or disable the application. To display a list of default key mappings for use with Vime, use the defaultCtrl+Shift+M
key combination.
(Note: We are aware that while most Vime users should have little problem with the manual installation process described above, some people prefer to have a one-click solution install their desktop applications. Rest assured, we are working to include a simple Windows installation package in future Vime releases to further simplify this installation process.)
-
To get started with the latest version Vime, clone or fork the repository here to the local working directory of your choice.
-
Read the Vime Developers Guide in the docs folder for more detailed information about the project structure and other development considerations.
-
For information on how to contribute to the Vime project, read our contribution guidelines in the docs folder.
If you should run into any problems while using and/or developing for Vime, please use the following resources before firing off those calls for help. ;-)
- Report all bugs, crashes, and other problems on the project's Issues page.
- Ensure you have consulted all of the documentation available in the docs folder.
If you're still stuck after consulting these resources, feel free to ping the author at parrott.adam@gmail.com.
For more information about the short- and long-term features we have planned for Vime, see the project roadmap file in the docs folder.
Vime is 100% free and open-source software. You can read more about the project's copyright and licensing information in the license file under the project root.
For a list of all current and past contributors to the Vime project, see the authors list in the docs folder.