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/ui
CossonLeo 39584cbccd
Add c-s to pick word under doc cursor to prompt line & search completion (#831)
* Add prompt shourtcut to book
Add completions to search
Add c-s to pick word under doc cursor to prompt line

* limit 20 last items of search completion, update book

* Update book/src/keymap.md

Co-authored-by: Ivan Tham <pickfire@riseup.net>

* limit search completions 200

Co-authored-by: Ivan Tham <pickfire@riseup.net>
3 years ago
..
completion.rs Ensure coords in screen depends on char width (#885) 3 years ago
editor.rs Extract a clear_completion method 3 years ago
info.rs info component style config use ui.info ui.info.text (#643) 3 years ago
markdown.rs syntax: Properly handle injection-regex for language injections 3 years ago
menu.rs move_up will select last item, when no item selected (#907) 3 years ago
mod.rs Add c-s to pick word under doc cursor to prompt line & search completion (#831) 3 years ago
picker.rs Prevent preview binary or large file (#939) 3 years ago
popup.rs ui: Trigger recalculate_size per popup render so contents can readjust 3 years ago
prompt.rs Add c-s to pick word under doc cursor to prompt line & search completion (#831) 3 years ago
spinner.rs Add a `Spinner` 3 years ago
text.rs ui: Trigger recalculate_size per popup render so contents can readjust 3 years ago