Changing modes shouldn't move the text cursor IMO. Any setting to disable this?
|
feedback
|
|
The cursor doesn't actually move. In command mode (what you refer to as escape mode) it is on the 3rd (for example) character, while when you go to insert mode, it is behind 3rd character. It is only true it will move if while in insert mode, you go into replace mode (press "insert" button on your keyboard) :: then it will move to the right character of your current position (in this case, the 4th character). | |||||||
feedback
|
|
I have been using vi, vim, and now gvim for over a decade, and I never noticed the shifting. I use You may prefer the settings recommended here: I know I do. These settings don't really address your issue, but if your vim/gvim experience is more familiar, you may not care so much about character shifting behavior. One additional alternative: You might try the cream settings (http://cream.sourceforge.net/features.html). If you are using Ubuntu or Debian, there is a package you can install with apt-get/aptitude/synaptic (the package is named cream). | |||||
feedback
|
Seems to work just fine :) Also, I know this question is old but i figure a few people might enjoy this. | ||||
feedback
|