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.