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
unrelentingtech 2687b8fb3b
feat(ui): treat slashes as word separators in prompt (#2315)
When fiddling with paths in a :o prompt, one usually would want Ctrl-W to erase a path segment
rather than the whole path. This is how Ctrl-W works in e.g. (neo)vim out of the box.
2 years ago
..
completion.rs Restore document state on completion cancel (#2096) 2 years ago
editor.rs fix typos (#2304) 2 years ago
info.rs Rename infobox theme scopes (#1741) 3 years ago
markdown.rs Allow highlighting additional spans in md renderer 3 years ago
menu.rs ignore Enter keypress when menu has no selection (#1704) 3 years ago
mod.rs Add runtime language configuration (#1794) (#1866) 3 years ago
overlay.rs Add `PageUp`, `PageDown`, `Ctrl-u`, `Ctrl-d`, `Home`, `End` keyboard shortcuts to file picker (#1612) 3 years ago
picker.rs allow whitespace to be rendered 2 years ago
popup.rs Restore document state on completion cancel (#2096) 2 years ago
prompt.rs feat(ui): treat slashes as word separators in prompt (#2315) 2 years ago
spinner.rs Instant is more suitable than SystemTime for spinners 3 years ago
text.rs fix: Allow multi-line prompt documentation 3 years ago