Johannes Altmanninger 4336f9df7f fish_key_reader: stop emitting \b for ctrl-h
This is just too confusing; \b sounds like it would map backspace but it's
actually just ctrl-h.  Backspace is a different key ("bind backspace"),
so let's move away from \b.

Reproduce by typing ctrl-h in fish_key_reader, or, for even more confusion,
use a terminal like tmux and type ctrl-backspace which also sends ctrl-h.

I've thought about changing \b (and its aliases like \ch and \x08) to mean
backspace but that seems like unnecessary breakage, since they all already
mean ctrl-h, and can usually be mapped independent of backspace.

See the discussion in #10738
2024-09-23 20:00:35 +02:00
..
2024-08-20 14:48:59 -05:00
2024-05-06 14:59:36 -05:00
2024-06-29 18:03:52 -07:00
2024-09-01 14:05:48 +02:00
2024-07-23 11:47:58 +02:00
2024-08-27 14:28:00 +02:00
2024-08-27 14:28:00 +02:00
2024-06-06 16:47:52 +02:00
2024-04-29 22:00:59 +02:00
2024-09-22 14:02:55 -07:00
2024-01-13 08:52:54 +01:00
2024-08-27 14:28:00 +02:00
2024-08-27 14:28:00 +02:00
2024-08-27 14:28:00 +02:00
2024-06-29 18:03:52 -07:00
2024-08-28 17:38:05 -05:00
2024-05-26 10:37:37 +02:00
2024-01-13 03:58:33 +01:00
2024-01-13 03:58:33 +01:00
2024-09-01 14:05:48 +02:00
2024-06-29 18:03:52 -07:00
2024-06-29 18:03:52 -07:00
2024-08-27 14:28:00 +02:00
2024-01-13 03:58:33 +01:00