You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/helix-term/src
Benoît Cortier 333ab27837
feat(term): uniformize word-wise movement and deletion (#2500)
Ctrl-based shortcuts are common in numerous applications.

This change:
- Adds Ctrl+{Left/Right/Backspace/Delete} for word-wise movement/deletion in prompt, picker, …
- Removes Alt-Left and Alt-Right in prompt, picker, …
- Adds Alt-Delete in insert mode for forward word deletion

In some terminals, Alt-Backspace might not work because it is ambigous.
See: https://github.com/helix-editor/helix/pull/2193#issuecomment-1105042501
Hence, Alt alternative is not removed.
2 years ago
..
commands Show file path only in workspace diagnostic picker 2 years ago
keymap feat(term): uniformize word-wise movement and deletion (#2500) 2 years ago
ui feat(term): uniformize word-wise movement and deletion (#2500) 2 years ago
application.rs feat(term): uniformize word-wise movement and deletion (#2500) 2 years ago
args.rs adds --vsplit and --hsplit arguments (#2773) 2 years ago
commands.rs respect count for selecting next/previous match (#3056) 2 years ago
compositor.rs use test terminal backend for integration tests 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 3 years ago
health.rs fix: do not color health summary when stdout is piped (#2836) 2 years ago
job.rs fix(command): write-quit: do not quit if write fails 2 years ago
keymap.rs Reuse menu::Item trait in picker (#2814) 2 years ago
lib.rs Add refresh-config and open-config command (#1803) 3 years ago
main.rs adds --vsplit and --hsplit arguments (#2773) 2 years ago