Maybe someone using vim or new vim user don't know or forget..

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 :
  1. Open Terminal and type:
    vi ~/.vimrc
  2. Type inside .vimrc file
    set whichwrap+=h,l
    set whichwrap+=<,>,[,]
     
     
  3. Then save it 
And Done

Source : https://stackoverflow.com/questions/2574027/automatically-go-to-next-line-in-vim