Skip to content

How do I use visual mode commands in extend mode? #182

Answered by mg979
qwbarch asked this question in Q&A
Discussion options

You must be logged in to vote
<c-n>

Then either m operator

15mj

or :VMSearch

15:VMSearch

or from visual mode

:h vm-visual-mode

If you wanted to create a column of cursors, you would just do

15<c-down>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by qwbarch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants