Most of us know about the most popular clone of vi – vim. Here are some more editors that are either vi clones or support emulations:
- bvi – binary text editor
- Yi – text editor written in Haskell with both vim and emacs goodness
- Kate – The vi input mode
- jVi – a clone which is also a plugin for NetBeans
- nvi – a clone distributed with BSD
- viper – vi emulation on top of Emacs
- jsvi
However, vi has also inspired applications/plugins of completely different classes. Here are some examples:
- bash – a Unix shell has vi mode
- vimperator – an addon for Firefox, a Web browser, to make it behave like vim
- vimperopera – vimperator for Opera, another Web browser
- viemu – vi/vim emulator for Visual Studio, Word, Outlook and SQL Server
- vifm – ncurses based file manager with vi like key-bindings
- xzgv – image viewer
- mutt – text based email client
- apvlv – a PDF reader that behaves like vim
- xmonad – a tiling window manager with some vim-like key-bindings
- Google Reader – web based feed reader, and Gmail – a web based mail client, both borrow from vim key bindings
No wonder I thought of using the familiar interface while designing an application. All of us know vi the editor, but now it is the time of vi the interface. How many applications do we have like that?

March 9th, 2009 at 8:52 pm
here are some for eclipse
eclim (eclipse code completion inside vim)
http://eclim.sourceforge.net/
vim plugin (vim editor inside eclipse)
http://vimplugin.org/
vi plugin (emulator inside eclipse, site is down now)
http://www.satokar.com/
March 13th, 2009 at 9:14 am
In light of what Brendon said, I refer you to Matthew Weier O’Phinney’s post Why Vim Plugins for IDEs Fail.
April 15th, 2009 at 8:56 pm
[...] vi – The interface Zusammenfassung verschiedener Programme die sich Vi-artig bedienen lassen [...]
April 17th, 2009 at 2:26 am
I’m looking for SQL / DB admin tools with vim-style sql editing…
for mysql, but also for sqlite, oracle, would be a bonus.
AJ
May 5th, 2009 at 9:31 pm
A.Jurgensen — dbext vim plugin may help — http://www.vim.org/scripts/script.php?script_id=356