On Tue, Dec 08, 2009 at 03:00:27PM -0500, sidg...@gmail.com wrote: > > If I were to do it I'd start by copying > > src/plugins/fakevim/fakevimhandler.* from the Qt Creator sources. > > It's far from perfect, but save you typing the first 3000 lines of > > code. Not sure where to get the remaining 27000 from. > > > > Andre' > > It's a bit unclear from the code but what vim does it not implement?
Macros, hundreds of settings, basically "everything" except basic editing. > (It seems to be implementing all of the features I use in vim but then I > have not delved into its details). Well, I don't use most of vim either, and fakevim's feature set (except for the missing macros and occasional non-vimish behaviour) pretty much matches my own usage pattern. In a LyX context there would be an additional complication stemming from the fact that LyX text is usually proportional fonts. So anything up/down related needs to be adjusted. Should be doable, though. Andre'