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
Gokul Soumya 634b6d455f
Add custom event type replacing crossterm's Event (#3169)
Ported over from 61365dfbf3 in the `gui` branch. This will allow
adding our own events, most notably an idle timer event (useful
for adding debounced input in [dynamic pickers][1] used by interactive
global search and workspace symbols).

[1]: https://github.com/helix-editor/helix/pull/3110

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2 years ago
..
commands Detect indent-style in `:set-language` (#3330) 2 years ago
keymap Remove C-n and C-p from the insert mode keymap (#3340) 2 years ago
ui Add custom event type replacing crossterm's Event (#3169) 2 years ago
application.rs Add custom event type replacing crossterm's Event (#3169) 2 years ago
args.rs add a CLI flag for specifying config file location (#2666) 2 years ago
commands.rs Add custom event type replacing crossterm's Event (#3169) 2 years ago
compositor.rs Add custom event type replacing crossterm's Event (#3169) 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 2 years ago
health.rs clipboard: add logging and healthcheck (#3271) 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) 2 years ago
main.rs add a CLI flag for specifying config file location (#2666) 2 years ago