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