helix-mods/helix-term/src/ui
VuiMuich 67829976fa
Add C-j and C-k to keybinds for picker (#876)
* Add `C-j` and `C-k` for moving down/up in pickers

* Add new binds to keymap doc
2021-10-19 18:37:38 +09:00
..
completion.rs fix: If backspacing past the start offset, cancel completion 2021-10-16 18:43:07 +09:00
editor.rs fix: Don't crash on empty completion, don't retrigger on close 2021-10-07 10:37:35 +09:00
info.rs info component style config use ui.info ui.info.text (#643) 2021-08-24 09:58:19 +09:00
markdown.rs syntax: Properly handle injection-regex for language injections 2021-09-16 15:50:14 +09:00
menu.rs fix: If backspacing past the start offset, cancel completion 2021-10-16 18:43:07 +09:00
mod.rs Initial implementation of global search (#651) 2021-09-22 01:03:12 +09:00
picker.rs Add C-j and C-k to keybinds for picker (#876) 2021-10-19 18:37:38 +09:00
popup.rs ui: Trigger recalculate_size per popup render so contents can readjust 2021-09-13 17:44:50 +09:00
prompt.rs ui: prompt: Avoid allocating a prompt name if it's a static string 2021-08-31 18:29:24 +09:00
spinner.rs Add a Spinner 2021-06-21 12:59:06 +09:00
text.rs ui: Trigger recalculate_size per popup render so contents can readjust 2021-09-13 17:44:50 +09:00