Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Suggestion for Multicursor Mode logic. #10084

Description

@vedantshah-ntciti

Is your feature request related to a problem? Please describe.
Existing Feature: gb, a new shortcut added which is equivalent to cmd-d (OSX) or ctrl-d (Windows). It adds another cursor at the next word that matches the word the cursor is currently on.

Problem: gb -> b is counter-intuitive, b in vim means jumping backwards one word at a time.

Describe the solution you'd like

  • gw instead of gb, for matching next words.

    w makes it more intuitive

Bonus suggestions:

  • gb for matching previous words
  • n and Shift+n for skipping over words (as you do when using "/" in command mode) .
  • gW , gB to deselect last match in corresponding direction.
  • adding count like g2w , g2b , g2W and g2B.
  • add repeatability using ; and ,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions