helix/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`.
2021-06-07 21:52:09 +09:00
..
document.rs Add diagnostics keybindings 2021-06-07 09:11:52 +09:00
editor.rs Implement register selection 2021-06-07 21:52:09 +09:00
lib.rs Implement register selection 2021-06-07 21:52:09 +09:00
register_selection.rs Implement register selection 2021-06-07 21:52:09 +09:00
theme.rs theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113) 2021-06-06 21:45:59 +09:00
tree.rs Fix split sizes getting out of sync with the terminal size, refs #69 2021-06-03 10:28:49 +09:00
view.rs Fixing Multiple Panics (#121) 2021-06-05 12:49:19 +09:00