mawww / kakoune

mawww's experiment for a better code editor
http://kakoune.org
The Unlicense
9.7k stars 705 forks source link

[BUG] #5176

Closed QiBaobin closed 1 month ago

QiBaobin commented 1 month ago

Version of Kakoune

master branch

Reproducer

  1. new to open another client, (tried zellij and wezterm)
  2. focus client0 to navigate back
  3. c-z to background the kak
  4. fg to bring it back
  5. i enter insert mode

Outcome

1.<backspace> behavior like <del>

  1. on-key %{info %val{key}} then <backspace> shows <del> too
  2. client1 still works

Expectations

<backspace> behavior constantly

Additional information

Mac OS master branch

QiBaobin commented 1 month ago

duplicated with https://github.com/mawww/kakoune/issues/5155