atom-vim-mode-plus icon indicating copy to clipboard operation
atom-vim-mode-plus copied to clipboard

Copy in blockwise mode has bug

Open ZhiruiLi opened this issue 8 years ago • 9 comments

  • Atom version : 1.10.2
  • vim-mode-plus version : 0.58.0

In blockwise mode, one can press 'y' to copy the selection, however, when I trying to paste that text, only the last line of text will appear, others are lost.

ZhiruiLi avatar Sep 30 '16 08:09 ZhiruiLi

Yes, it was not change for initial release. Using core:copy(cmd-c in mac) can copy block.

Technically I can fix, but not seem to easy and I've letting it postpone for a long time. Internally same issue with https://github.com/t9md/atom-vim-mode-plus/issues/149.

Sorry I'm not sure when I'll fix that at this moment.

t9md avatar Sep 30 '16 08:09 t9md

Well, thanks for your reply. It's not a serious problem, but it is really counter-intuitive to me, and I often copy the wrong text in blockwise mode.

ZhiruiLi avatar Sep 30 '16 08:09 ZhiruiLi

I want to keep this issue open until fixed.

t9md avatar Sep 30 '16 08:09 t9md

Oh, that's a good news for me.

ZhiruiLi avatar Sep 30 '16 08:09 ZhiruiLi

Yes, I just ran into this too. I hope it gets fixed one day!

dndln avatar Oct 20 '16 23:10 dndln

Blockwise copying is one of those features that really got me to fall in love with Vim last summer (besides macros, registers, and ex-mode). Really hope to see it ported over to your fantastic plugin! :)

a3lem avatar Jan 26 '17 14:01 a3lem

I have also hit this yesterday, a fix would be nice. I know this is a bit off topic, but if core:copy handles this correctly, is there an easy way to make vmp use the system wide clipboard buffer for everything?

Drakulix avatar Apr 10 '17 13:04 Drakulix

Is there any workaround until this gets fixed?

sunjay avatar Apr 30 '17 19:04 sunjay

I would love to see this fix. It's really handy for copying attribute names (across many lines) from one layer of your code to another (for example, from database column names to objects).

zxol avatar Jan 28 '19 08:01 zxol