:[range]m[ove] {address} *:m* *:mo* *:move* *E134*
Move the lines given by [range] to below the line given by {address}.
But when I try it by setting mark a and b and then try moving the text to the end of the file:
:a,bm $
I get a trailing characters error.
rick
I've been yanking and putting my whole life and stumbled on "move" this morning by accident.
Could be quite useful.
Thanks again.
rick
The instructions for the address suggest that you could move the text to 'T but it doesn't seem to work if 'T is in another buffer.
For example
:'a,'bm 'T
Is there a way to do this using :m ?
rick