keyboard shortcuts - Jump with Ctrl-O/I doesn't work in my Vim -


i use gvim 7.2 on windows xp. in installation of jump commands don't work, such +o , ctrl+i, whereas :jump , ctrl+t work.

what might reason this? checked _vimrc file remapping of <c-o> there doesn't seem remapping. should find reason of problem?

to more unix-like behaviour of vim on windows need comment out these lines c:\program files\vim\_vimrc file:

source $vimruntime/mswin.vim  behave mswin 

ctrl-o should start working after restart of vim.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -