Support yank from command line
See original GitHub issueThere 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:
- Created 5 years ago
- Reactions:7
- Comments:11 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I use <shift>+“:” (I use a ESP Keyboard layout) and when I do it, with or without “|” always throws this message.
@ioDiken Just opened #6995