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
Mehdi Abedi 4df08ddbe0
Allow numbers as second input event (#8471)
* Make sure pending key list is empty when count handling

This will allow using numbers as second key event.

* count handling; add an exception for 'g'

* Lookup the key event before considering a number as count

* Avoid the allocation of another vec for the pending keys

---------

Co-authored-by: x <x@torrent>
5 months ago
..
commands make path changes LSP spec conform (#8949) 5 months ago
handlers refactor completion and signature help using hooks 5 months ago
keymap feat: smart_tab 11 months ago
ui Allow numbers as second input event (#8471) 5 months ago
application.rs fix lsp config reload (#9415) 5 months ago
args.rs Fallback to filename for +arg (#9333) 6 months ago
commands.rs Add changes to history when paste-replacing (#9625) 5 months ago
compositor.rs add redraw command (#6949) 10 months ago
config.rs feat: smart_tab 11 months ago
events.rs Add hook/event system 5 months ago
handlers.rs refactor completion and signature help using hooks 5 months ago
health.rs Add glob file type support (#8006) 5 months ago
job.rs Add hook/event system 5 months ago
keymap.rs Allow numbers as second input event (#8471) 5 months ago
lib.rs follow neovim's truecolor detection (#9577) 5 months ago
main.rs Add glob file type support (#8006) 5 months ago