FEATURE REQUEST
Environment:
What happened:
I tried to yank a range of lines like I normally would in VIM:
:10,20y
What did you expect to happen: Lines are yanked to the paste buffer and I can paste it using p.
How to reproduce it: Run the yank command listed above. The lines will not be added to the paste buffer. You can check this through the p command or even checking :reg.
The workaround is to yank through a visual-mode selection or copy/pasting with the mouse. Definitely annoying to use the VIM emulator without this feature, though.
Would really like to see this feature. It's a huge productivity boost.
Would love to have it too!
This works now when you _Enable Neovim_ in settings and set the _Neovim Path_ to where you installed neovim (e.g. the path to the nvim.exe file on Windows).
I really hope to have the feature, block-copy of marked area
:'a,'by
This is one of my favorite combo set. Whenever I need to copy a range of code, I have to use mouse. Please add this combo.
for example 3,17y, you can do this: 17-3+1=15. step one: y15y. step two: p. done!!!
With NeoVim enable you should be able to execute that.
"vim.enableNeovim": true


Most helpful comment
Would really like to see this feature. It's a huge productivity boost.