:m$
:m$ will move the current line to the last line in the file. It also accepts a
range e.g. :1,5m$ to move lines 1 through 5 to last line in file.
:m$ will move the current line to the last line in the file. It also accepts a
range e.g. :1,5m$ to move lines 1 through 5 to last line in file.