On Windows, within the graphical version of Vim, I an use Control+Shift+Left
(or Right
) to select a word while in insert mode.
In order to make sure that nothing is causing it to fail, I first stopped any initialisation files from loading:
vim -u NONE
Then, within Vim, :behave mswin
, which sets up all these shift selections etc.
Why does it work in gvim
and not in vim
. I can ensure that it is nothing on my computer, as I have stopped all scripts, run vim
in vanilla command prompt, etc, and it still does not work. I have reproduced the problem on a different computer too.
Can anyone advise?