Skip to content

repeat motion in visual mode does not extend selection  #282

Description

@Miigon

starting from the inner-most parenthesis.

aaa(bbb(ccc)ddd)eee
         ^

use vi(:

aaa(bbb(ccc)ddd)eee
       └vi(┘

using i( again. expected behaviour is for the selection to extend to the outer parenthesis. this is the default behaviour of vim:

aaa(bbb(ccc)ddd)eee
   └───vi(i(───┘

instead, with targets.vim, it stays at the first parenthesis:

aaa(bbb(ccc)ddd)eee
       └───┘
       vi(i(

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