[vim] Ctrl-v column select #1032

Closed
opened 2012-12-02 09:23:17 +01:00 by marijnh · 7 comments
marijnh commented 2012-12-02 09:23:17 +01:00 (Migrated from gitlab.com)

vim mode currently lacks Ctrl-v style column select. Is this something that codemirror is capable of at the moment? Is it blocked by issue #778 ?

vim mode currently lacks Ctrl-v style column select. Is this something that codemirror is capable of at the moment? Is it blocked by issue #778 ?
marijnh commented 2012-12-02 12:19:25 +01:00 (Migrated from gitlab.com)

mentioned in issue #778

mentioned in issue #778
marijnh commented 2012-12-02 12:54:15 +01:00 (Migrated from gitlab.com)

This isn't possible with the current built-in selection model. It might be workable for the vim mode to keep its own selection, but that's probably going to get messy.

This isn't possible with the current built-in selection model. It might be workable for the vim mode to keep its own selection, but that's probably going to get messy.
marijnh commented 2013-05-20 15:26:09 +02:00 (Migrated from gitlab.com)

Closing this. We can revisit when/if a serious multi-cursor implementation happens.

Closing this. We can revisit when/if a serious multi-cursor implementation happens.
marijnh (Migrated from gitlab.com) closed this issue 2013-05-20 15:26:09 +02:00
marijnh commented 2014-08-04 20:49:39 +02:00 (Migrated from gitlab.com)

Looks like multi-cursor support is available now. Time to revisit blockwise selection? Can we reopen this issue?

Looks like multi-cursor support is available now. Time to revisit blockwise selection? Can we reopen this issue?
marijnh commented 2014-08-04 22:42:21 +02:00 (Migrated from gitlab.com)

Ah I lost track of this issue. Actually, blockwise selection is mostly done. Just working out the bugs now. Try it out at http://codemirror.net/demo/vim.html

Ah I lost track of this issue. Actually, blockwise selection is mostly done. Just working out the bugs now. Try it out at http://codemirror.net/demo/vim.html
marijnh commented 2014-08-04 23:00:24 +02:00 (Migrated from gitlab.com)

Oh, cool. FWIW, pasting a blockwise yank is a little different from the behavior in vim, but glad to see it coming along!

Oh, cool. FWIW, pasting a blockwise yank is a little different from the behavior in vim, but glad to see it coming along!
marijnh commented 2014-08-05 21:56:44 +02:00 (Migrated from gitlab.com)
Yes, that's being fixed in https://github.com/marijnh/CodeMirror/pull/2751
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/codemirror5#1032
No description provided.