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 \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:
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 \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