text - Vim - Trying to go to next line with right arrow key -


possible duplicate:
automatically go next line in vim

does know why vim not allow go next line using right arrow key using up/down?

is there way fix this?

thanks in advance!

zorgatone.

i think can solve problem putting in vimrc file:

set whichwrap+=<,>,h,l,[,] 

you can remove h , l if don't want them go next line.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -