mg979 / vim-visual-multi

Multiple cursors plugin for vim/neovim
MIT License
4.28k stars 82 forks source link

moving between lines is not intuitive #283

Open vindex10 opened 2 weeks ago

vindex10 commented 2 weeks ago

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:

call plug#begin('~/.vim/plugged')
Plug 'mg979/vim-visual-multi'
call plug#end()

same happens in vim

:version
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Sep 25 2024 10:13:04)
Included patches: 1-16, 647, 678, 697