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/helix-term/src
Daniel S Poulin 0c05447d49
Add shrink equivalent of extend_to_line_bounds (#2450)
* Add shrink equivalent of extend_to_line_bounds

* Add a check for being past rope end in end position calc

* Include the EOL character in calculations

* Bind to `A-x` for now

* Document new keybind
2 years ago
..
commands Fix panic when reloading a shrunk file (#2506) 2 years ago
keymap Add shrink equivalent of extend_to_line_bounds (#2450) 2 years ago
ui Add theme key for picker separator (#2523) 2 years ago
application.rs Don't panic on LSP parsing errors 2 years ago
args.rs Add refresh-config and open-config command (#1803) 2 years ago
commands.rs Add shrink equivalent of extend_to_line_bounds (#2450) 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 Add true or false checkbox in health output table (#1947) 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 Add support for local language configuration (#1249) 2 years ago