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
Post a Comment