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-09-16 21:27:11 +02:00
2024-09-22 17:05:14 -07:00
2024-08-11 14:50:39 +02:00
2024-08-07 13:11:22 +02:00
2024-08-20 14:48:59 -05:00
2024-09-06 16:41:10 +02:00
2024-08-26 17:10:26 -05:00
2024-01-13 03:58:33 +01:00
2024-09-21 17:52:11 -07:00
2024-05-06 14:59:36 -05:00
2024-05-07 16:59:35 +02:00
2024-05-06 14:59:36 -05:00
2024-05-07 14:03:38 -05:00
2024-09-21 17:52:11 -07:00
2024-09-21 17:52:11 -07:00
2024-06-29 18:03:52 -07:00
2024-06-23 17:13:14 -07:00
2024-08-25 18:41:31 -07:00
2024-08-27 14:28:00 +02:00
2024-06-02 20:27:44 -05:00
2024-09-01 14:05:48 +02:00
2024-07-23 11:47:58 +02:00
2024-03-17 11:20:44 -05: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-08-31 13:16:51 -05:00
2024-05-06 14:59:23 -05:00
2024-09-14 08:51:42 +02:00
2024-04-21 14:25:54 +02:00
2024-04-29 22:00:59 +02:00
2024-03-09 10:09:03 +01:00
2024-09-14 08:51:42 +02:00
2024-09-14 13:26:34 -07:00
2024-09-14 22:56:37 +02:00
2024-06-30 11:58:10 -07:00
2024-09-22 14:02:55 -07:00
2024-06-09 12:29:09 -07:00
2024-09-23 20:00:35 +02:00
2024-01-13 08:52:54 +01:00
2024-09-21 17:52:11 -07:00
2024-08-27 14:28:00 +02:00
2024-08-27 14:28:00 +02:00
2024-06-23 17:13:14 -07:00
2024-08-27 14:28:00 +02:00
2024-06-29 18:03:52 -07:00
2024-06-23 16:39:39 -07:00
2024-05-06 14:59:36 -05:00
2024-06-29 18:03:52 -07:00
2024-08-28 17:38:05 -05:00
2024-06-09 12:29:09 -07:00
2024-06-29 18:03:52 -07:00
2024-07-07 20:58:09 -05:00
2024-05-06 14:59:36 -05:00
2024-01-13 08:52:54 +01:00
2024-09-21 17:52:11 -07:00
2024-05-26 10:37:37 +02:00
2024-01-13 03:58:33 +01:00
2024-09-21 17:52:11 -07:00
2024-01-13 03:58:33 +01:00
2024-05-06 14:59:36 -05:00
2024-09-01 14:05:48 +02:00
2024-06-29 18:03:52 -07:00
2024-08-03 11:32:59 +02:00
2024-06-23 17:06:20 -07:00
2024-06-29 18:03:52 -07:00
2024-08-31 12:57:13 -05:00
2024-08-27 14:28:00 +02:00
2024-09-18 22:27:00 +02:00
2024-06-29 18:48:49 -07:00
2024-06-29 18:07:11 -07:00
2024-06-02 20:27:44 -05:00
2024-01-13 03:58:33 +01:00
2024-05-06 14:59:36 -05:00
2024-05-06 14:59:36 -05:00
2024-09-21 17:52:11 -07:00
2024-05-21 12:54:52 -05:00
2024-04-17 12:41:16 -07:00
2024-09-06 16:41:10 +02:00