Keep cursor fixed when scrolling with mouse

2007-03-26 Thread Some user
Hello, I'm using gVim on Windows and like it so far. There is one minor annoyance: when I scroll with the mouse wheel (I'm trying to use only keyboard but it'll take me a lot of time trying to break habit of using mouse to scroll), the cursor moves with the screen. Is there a setting I can set

Re: Keep cursor fixed when scrolling with mouse

2007-03-26 Thread Some user
Yakov Lerner-3 wrote: On 3/26/07, Some user [EMAIL PROTECTED] wrote: Hello, I'm using gVim on Windows and like it so far. There is one minor annoyance: when I scroll with the mouse wheel (I'm trying to use only keyboard but it'll take me a lot of time trying to break habit of using

Map Ctrl-Backspace to delete one word before cursor

2007-03-24 Thread Some user
Hello, I want to bind Ctrl-Backspace in insert mode to deleting the word before it just like Wordpad or Visual Studio (it actually gobbles up whitespace and deletes the word before the whitespace and places cursor at location where the first letter of the deleted word was). I tried something

Intellisense/Omni-complete for C/C++

2007-03-24 Thread Some user
Hello, I'm sorry for posting another message in such a short span of time, but the thing is that this is unrelated to the other question. I have Windows XP and gvim 7.0 on it. I like it so far, but the omni-complete functionality doesn't appeal that much to me compared to intellisense of Visual

Customizing vim: How to change the char before commands

2007-03-21 Thread Some user
Hello, I'm new to Vim. I want to change the character before commands. For example saving is done by: :w enter Can it be made slightly easier by just pressing 'g' or some other key that's not taken? I don't know why every command has to be pre-pended by a difficult to reach character like