question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support yank from command line

See original GitHub issue

There are many vim useful commands such as temporal yank from a relative line.

:-5y2

Yank two lines from -5 lines above the current line. Currently, Vscodevim doesn’t support any kind of such syntax. Would be possible to support it?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
Shaddycommented, Nov 30, 2018

I use <shift>+“:” (I use a ESP Keyboard layout) and when I do it, with or without “|” always throws this message.

image

0reactions
J-Fieldscommented, Aug 13, 2021

@ioDiken Just opened #6995

Read more comments on GitHub >

github_iconTop Results From Across the Web

vim - How to yank from the command line - Stack Overflow
You can use the command line window. Use q + : to open it. Then you can navigate the window as an ordinary...
Read more >
Copy Command (Examples, Options, Switches, and More)
The copy Command Prompt command duplicates a file, storing the second version in a different location of your choosing. Use the command to ......
Read more >
MS-DOS and Windows command line copy command
The copy command allows users to copy one or more files to an alternate location. ... The copy command is used for complete...
Read more >
copy | Microsoft Learn
Reference article for the copy command, which copies one or more files from one location to another.
Read more >
How to Enable Copy-Paste in the Windows Command Prompt
Once inside the command line window, paste any text saved to the clipboard. Cmd Copy Paste Pasted In Win11 Ctrl V. In Windows ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found