vim - Visual mode in gVim on Windows doesn't work the way as it works in Unix -


i'm using gvim version 7.3 on windows. when using gvim in unix, insert common text @ beginning of each line in file, following steps:

  1. enter visual mode (ctrl+v).
  2. select lines text has inserted @ beginning using arrow keys or hjkl keys.
  3. after selection press shift+i.
  4. the cursor goes begin of line started. enter text , press esc key.
  5. now entire block of lines has text inserted @ beginning.

so here's question. how do same thing in gvim on windows? it's not working if follow above on unix. please me out this?

if have behave mswin in vimrc of vim mappings modified more "windows-like". in particular need use <ctrl-q> enter block-visual mode.

i have behave xterm in windows vimrc eliminates these issues.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -