Skip to content

Instantly share code, notes, and snippets.

@tejasmanohar
Created January 4, 2016 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tejasmanohar/4dfcb8c7775e6e22eebe to your computer and use it in GitHub Desktop.
Save tejasmanohar/4dfcb8c7775e6e22eebe to your computer and use it in GitHub Desktop.
:m without moving cursor
command! -nargs=1 -range M let ln = line('.') | <line1>,<line2>move <args> | execute ln
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment