Posted by
chrisd
on from the vim-is-the-one-true-editor dept.
vimbigot writes "A nice summary of where Vim 6.0 has come from, with some insights into Bram Moolenaar's thoughts on Open Source, Charityware and large cooperative software projects. (a bit of irony in the `powered by emacs logo at the bottom !')"
And add gvim to the list of applications. This problem only appears to happen with the Intellimouse driver 2.2 and when "Universal Scrolling" is turned on.
---
btw: what the hell is the 'lameness filter'?
besides a pain in the ass when cutting/pasting...
noooooooo! vi has been overrun by newbies . . .
by
hawk
·
· Score: 4, Informative
*sigh*
There was a time when every right-thinking vi user would thump those who claimed that vi had modes, because it just isn't true. But the heresy is spreading, and has even gotten into some documentation.
There is *not* an insert mode in vi. Instead, insertion is a command. "i" does not change modes, but instead, is the command "at this point, insert everything until I end this command with escape."
OK, so the newer versions in which you can use arrow keys to manuever during an insertion make this a bit odd . . .
Vi Improved by Steve Oualline is an excellent book if you want to discover Vim (as opposed to vi)
www.vim.org is cool and all, but check out vim.sf.net for a site with all kinds of Vim resources and docs.
python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
From the help file (I've tried this, it works)
intellimouse wheel problems:
When using the Intellimouse mouse wheel causes Vim to stop accepting input, go to:
ControlPanel
Mouse
Wheel
UniversalScrolling
Exceptions
And add gvim to the list of applications. This problem only appears to happen with the Intellimouse driver 2.2 and when "Universal Scrolling" is turned on.
---
btw: what the hell is the 'lameness filter'?
besides a pain in the ass when cutting/pasting...
There was a time when every right-thinking vi user would thump those who claimed that vi had modes, because it just isn't true. But the heresy is spreading, and has even gotten into some documentation.
There is *not* an insert mode in vi. Instead, insertion is a command. "i" does not change modes, but instead, is the command "at this point, insert everything until I end this command with escape."
OK, so the newer versions in which you can use arrow keys to manuever during an insertion make this a bit odd . . .
hawk, in curmudgeon mode