Modes in GVim:
Cursor Movement:
h
), Right (l
), Up (k
), Down (j
), Move multiple lines (10j
)gg
), Last line (G
)0
), End of the line (end
)w
), End of the word (e
), Previous word (b
):20
, Enter)dw
, n dw
), Character (x
, nx
), Line (dd
), Multiple lines (n dd
)ggVG
)p
), Paste multiple times (np
)u
)Ctrl+R
):w
):q!
):w new_filename
)vim +20 filename
):e filename
):split filename
):vsplit filename
)