Skip to content

vim keybinds in search #1900

@dotcarmen

Description

@dotcarmen

it'd be nice to support vim keybinds in search, especially since there's already similar keybinds.

Currently, keybinds in search are:

  • up and down arrow for changing active selection in the search results
  • left and right arrow for changing cursor in the search query

new keybinds when keybindings: ['vim'] would include:

  • <esc> to enter a "normal mode"
  • j and k for up/down arrow functionality when in normal mode
  • h, l, b, e for changing cursor in the search query when in normal mode
  • gg and G (see vim gg and G support #1899) also for changing active selection in the search results when in normal mode
  • a, i, and c support in normal mode for interaction with search query

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