VimAddin
VimAddin copied to clipboard
Fork of the vi modes core addin in MonoDevelop.
Some of the navigation key bindings that used to page up/down the text editor have reverted to the default IDE functions e.g. Find in a recent build of MonoDevelop. It's...
VSVim has a nice feature where keybindings between Visual Studio and the Vim plugin can be configured, e.g. whether Ctrl + F gets handled by the IDE or by the...
Currently, we piggyback off of the "Use vi modes" checkbox in the preferences panel in the MonoDevelop IDE and hijack the text editor from the core vi input mode. However,...
1. I type a single character and use it to autocomplete. 2. I return to normal mode and go somewhere else. 3. I press [.] to repeat the last insertion....
Please support vim-like search and replace: Like this: ``` :%s/Foo/Bar/cg ```
This may take a little while. I think I will incrementally add support for various actions and keep track of the supported actions [on this wiki page](https://github.com/alextsui05/VimAddin/wiki/Repeat-last-action). Since it's incremental,...
Try Search > Find... to look for some token. Typing one character causes the popup box to disappear and the VimAddin status area on the bottom of the editor to...