Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Add select previous #800

@Ryan1729

Description

@Ryan1729

Given I have a word selected like so:

One word, two word, red word, blue word

I would like a keyboard shortcut that adds the immediately prior instance of that word to the selection, so the state after hitting that shortcut would be:

One word, two word, red word, blue word

This would be the opposite of the current find-and-replace:select-next feature.

Issue #324 seems to suggest that this feature was available at one point but since there is not a reference to it in the current menu or keymap cson files, it seems to have been removed at some point? Or was that referring to the distinct feature find-and-replace:find-previous that is currently bound by default to cmd-shift-g?

Using that feature in from my initial example state results in the following:

One word, two word, red word, blue word

which is not what I want.

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