1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| H(左) J(上) K(下) L(右) number + H/J/K/L //move line number w //move to next word of the begin e //move to next word of the end number + w //move to next number word ( //move to previous sentence ) //move to next sentence [ //move to previous paragraph ] //move to next paragraph
G //End of the file gg //begin of the file control + F //Move forward page control + B // Move backward page
:8 //go to the line 8 number8 + gg //go to the line 8 number8 + G // $ //end of the line 0 //begin of the lline vim filename.txt +8 //open the filename.txt line 8
|