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-view/src
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
..
document.rs Add diagnostics keybindings 3 years ago
editor.rs Implement register selection 3 years ago
lib.rs Implement register selection 3 years ago
register_selection.rs Implement register selection 3 years ago
theme.rs theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113) 3 years ago
tree.rs Fix split sizes getting out of sync with the terminal size, refs #69 3 years ago
view.rs Fixing Multiple Panics (#121) 3 years ago