How to Automatically go to next line or last column of previous line?
This is the answer :
if you dont have .vimrc file, make it first :
- Open Terminal and type:
vi ~/.vimrc
- Type inside .vimrc file
set whichwrap+=h,l set whichwrap+=<,>,[,]
- Then save it
Source : https://stackoverflow.com/questions/2574027/automatically-go-to-next-line-in-vim