Duplicate:
Using vim under linux I can indent a block of code using the VISUAL mode and pressing ">". In vim under Windows this does not happen.
This is what happens:
- Press V, the VIM enter in the VISUAL mode
- Press 'Down', the VIM exit for the VISUAL mode. I can't select anything in VISUAL mode.
Alternatively, if I use the SELECT mode for selecting code the ">" does not indent it.