You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm new to vim-visual-multi, but I have a question about the motions.
Steps to reproduce
I created a column with "ctrl-down". Then I can do "2l" or "2h" to move the column by 2 characters right or left.
I can also use jk to move one line up and down.
But 2k works as "^" instead
and 2j works as "$".
I would expect the cursors to jump two lines up or down.
Also doing <line no>gg to move the cursors to the line would be helpful.
I might be missing some important bit of the documentation, so would appreciate every hint :)
I tried with empty vimrc (with vim plug) in neovim:
I am also experiencing this with neovim. Up and down motions with number of lines does not work. I can only go one line up or one line down in the normal mode (multi-line off)
@vindex10 the way to make it work is to enable multiline mode using <leader-M> and then perform the Up and down motions with number of lines using 2j.
But indeed this is not intuitive, therefore it is worthy to be an issue, I think. :)
Describe the issue:
Hi! I'm new to vim-visual-multi, but I have a question about the motions.
Steps to reproduce
I created a column with "ctrl-down". Then I can do "2l" or "2h" to move the column by 2 characters right or left.
I can also use jk to move one line up and down.
But 2k works as "^" instead
and 2j works as "$".
I would expect the cursors to jump two lines up or down.
Also doing <line no>gg to move the cursors to the line would be helpful.
I might be missing some important bit of the documentation, so would appreciate every hint :)
I tried with empty vimrc (with vim plug) in neovim:
same happens in vim
The text was updated successfully, but these errors were encountered: