Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command mode :.t[line_number] #3269

Closed
lintingzhen opened this issue Dec 17, 2018 · 1 comment
Closed

command mode :.t[line_number] #3269

lintingzhen opened this issue Dec 17, 2018 · 1 comment
Labels
status/works-with-neovim https://github.com/VSCodeVim/Vim#neovim-integration

Comments

@lintingzhen
Copy link

lintingzhen commented Dec 17, 2018

:[t|m]
t is copy line, m is move line
eg:
:1t2
:.t2
:1,5t.
. represent current line

Thank you!

@lintingzhen lintingzhen changed the title co m man d command mode :.t[line_number] Dec 17, 2018
@xconverge xconverge added the status/works-with-neovim https://github.com/VSCodeVim/Vim#neovim-integration label Jan 6, 2019
@xconverge
Copy link
Member

I would advise you try the neovim integration

https://github.com/VSCodeVim/Vim#neovim-integration

We delegate all : commands to neovim when enabled and setup to have better command support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/works-with-neovim https://github.com/VSCodeVim/Vim#neovim-integration
Projects
None yet
Development

No branches or pull requests

2 participants