Implement `:m[ove]` command
See original GitHub issueFEATURE REQUEST
Hi there,
I’ve perused the road map and couldn’t find :copy and :move commands. I also couldn’t find a decent way to replicate these using native VS Code commands.
I believe that any Vim user would love to see these implemented in your already fantastic extension.
“The vim :copy command (and its shorthand :t) lets us duplicate one or more lines from one part of the document to another, while the :move command lets us place them somewhere else in the document.”
The format of the copy command goes like this:
:[range]copy {address}
The :move command looks similar to the :copy command:
:[range]move {address}
Reference: “Practical Vim: Edit Text at the Speed of Thought.” Practical Vim: Edit Text at the Speed of Thought, by Drew Neil, The Pragmatic Bookshelf, 2012, pp. 59–61.
Environment:
- Extension (VsCodeVim) version: 0.11.2
- VSCode version: 1.21.1 (1.21.1)
- OS version: 10.13.4 Beta (17E182a)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:19
- Comments:7 (4 by maintainers)
Top GitHub Comments
Any update on this being supported? I miss that a lot.
Is this still on the roadmap?