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
Rohan Jain 5d61631507
Resolve conflicts between prompt/picker bindings (#1792)
Currently, the picker's re-using a few bindings which are also present
in the prompt. This causes some editing behaviours to not function on
the picker.

**Ctrl + k** and **Ctrl + j**
This should kill till the end of the line on prompt, but is overridden
by the picker for scrolling. Since there are redundancies (`Ctrl + p`,
`Ctrl + n`), we can remove it from picker.

**Ctrl + f** and **Ctrl + b**
This are used by the prompt for back/forward movement. We could modify
it to be Ctrl + d and Ctrl + u, to match the `vim` behaviour.
2 years ago
..
commands Avoid using the format ident Rust feature (#1881) 2 years ago
keymap Add refresh-config and open-config command (#1803) 2 years ago
ui Resolve conflicts between prompt/picker bindings (#1792) 2 years ago
application.rs Revert "Resize is not necessary inside SIGCONT, handled by render()" 2 years ago
args.rs Add refresh-config and open-config command (#1803) 2 years ago
commands.rs Add a TODO for the future 2 years ago
compositor.rs Make regex_prompt directly call cx.push_layer 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 2 years ago
health.rs Indentation rework (#1562) 2 years ago
job.rs Don't use block_on in jobs.finish(), we can .await 2 years ago
keymap.rs Add refresh-config and open-config command (#1803) 2 years ago
lib.rs Add refresh-config and open-config command (#1803) 2 years ago
main.rs Handle BrokenPipe when piping hx --health through head (#1876) 2 years ago