helix-mods/helix-term/src
lesleyrs 8dab8a0a03 Add shift-backspace keybind alias for backspace (#4937)
When the Kitty Keyboard Protocol is enabled, S-backspace is
distinguished from backspace with no modifiers. This is awkward when
typing because it's very easy to accidentally hold shift and press
backspace temporarily when typing capital letters.

Kakoune (which is also a Kitty Keyboard Protocol application) treats
S-backspace as backspace too:
3150e9b3cd/src/input_handler.cc (L1275)
2023-02-28 12:35:52 +09:00
..
commands fix(dap): validate key and index exist when requesting vars (#5628) 2023-02-20 13:00:44 +09:00
keymap Add shift-backspace keybind alias for backspace (#4937) 2023-02-28 12:35:52 +09:00
ui Add shift-backspace keybind alias for backspace (#4937) 2023-02-28 12:35:52 +09:00
application.rs Enable the enhanced keyboard protocol if supported 2023-02-28 12:35:52 +09:00
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2022-10-11 09:25:42 -04:00
commands.rs Replace incorrect usages of tab_width with indent_width. (#5918) 2023-02-16 23:47:59 +09:00
compositor.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
config.rs Move top level lsp config to editor.lsp (#1868) 2022-03-28 10:11:52 +09:00
health.rs Print the binary required by the debug adapter (#5195) 2022-12-17 13:03:18 -06:00
job.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
keymap.rs keymap: Test backslash escaping in commands 2023-01-25 09:31:58 -06:00
lib.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
main.rs feat(lsp): pass client_info on initialization (#4904) 2022-12-08 21:57:03 -06:00