Skip to content

Rebind esc for entering vi normal mode #499

@corecube

Description

@corecube

Question

How can I change the binding for switching between vi insert mode and normal mode?
I've tried already the following binding with no effect:

    {
      name: normal_mode
      modifier: alt
      keycode: char_l
      mode: [vi_insert, vi_normal, emacs]
      event: { send: Esc }
    }

Additional context and details

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-ViKeybindingArea: Vi(m) keybinding support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions