Yanking from command mode is not supported
See original GitHub issueDescribe the bug Yanking from command mode is not supported:
:.,162y
:142,162y
To Reproduce Steps to reproduce the behavior:
- Enter command mode with ‘:’
- Enter in any range of numbers with y following
Expected behavior The range of lines should be yanked.
Environment (please complete the following information):
- Extension (VsCodeVim) version: v0.15.3
- VSCode version: Version 1.25.1 (1.25.1)
- OS: macOS High Sierra
Additional context Doing the same with “delete” does work:
:,162d
:142,162d
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How to paste yanked text into the Vim command line
Yes. Hit Ctrl - R then " . If you have literal control characters in what you have yanked, use Ctrl - R...
Read more >How to configure the buffer used by vi-mode bash for yank ...
After doing a bit of research it seems like bash uses an internal variable for this, and not any system buffer that is...
Read more >Basic VI Editor Commands - Marquette University
Command mode is the mode to be in when giving commands which will move the cursor, delete text, copy and paste, save the...
Read more >Can't Copy to Clipboard from Vim - Super User
in your .vimrc This sets your vim into visual mode whenever you select something with the mouse. And for some mad reason one...
Read more >6.5.6 Copying and Moving Text -- Yank, Delete, and Put
Many word-processors allow you to "copy and paste" and "cut and paste" lines of text. The vi editor also includes these features. The...
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
Using the Enable Neovim setting unfortunately causes things to be pasted with tabs instead of respecting the setting to convert those to spaces.
Closing in favor of https://github.com/VSCodeVim/Vim/issues/3219