-
-
Save tejasmanohar/4dfcb8c7775e6e22eebe to your computer and use it in GitHub Desktop.
:m without moving cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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