Skip to content

moving between lines is not intuitive #283

@vindex10

Description

@vindex10

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:

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

  • Operating System: Ubuntu
  • Vim Version:
:version
NVIM v0.11.0-dev
Build type: RelWithDebInfo
LuaJIT 2.1.1703358377

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
  • commit SHA/branch: a6975e7 (master)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions