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
Benoît CORTIER 68affa3c59 Implement register selection
User can select register to yank into with the " command.
A new state is added to `Editor` and `commands::Context` structs.
This state is managed by leveraging a new struct `RegisterSelection`.
3 years ago
..
completion.rs Completion: Format docs tabs & highlight in the doc's native language 3 years ago
editor.rs Implement register selection 3 years ago
markdown.rs Completion: Format docs tabs & highlight in the doc's native language 3 years ago
menu.rs ui: Menu rendering adjustments 3 years ago
mod.rs Double the UI picker file limit. 3 years ago
picker.rs Calculate offset when moving picker cursor 3 years ago
popup.rs Drop some useless imports. 3 years ago
prompt.rs Refactor index assignment 3 years ago
text.rs Define text color (mostly) in theme.toml. 3 years ago