Skip to content

'ctrl+i' and 'ctrl+m' simulate 'Tab' and 'Enter' respectively #937

@GitFlzy

Description

@GitFlzy

Windows: 10.0.19045.6093
WSL 2.5.9.0
Debian 12
Nushell 0.105.1

'ctrl+i' and 'ctrl+m' simulate 'Tab' and 'Enter' respectively, like below:

~> keybindings listen
Type any key combination to see key details. Press ESC to abort.
code: Tab, modifier: KeyModifiers(0x0), flags: 0b000000, kind: Press, state: KeyEventState(0x0)
code: Enter, modifier: KeyModifiers(0x0), flags: 0b000000, kind: Press, state: KeyEventState(0x0)

I roughly understand the output after some search, but I think this is an unexpected and unwanted behavior, at least put them in default keybindings explicitly if people need them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions