aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/register_selection.rs
Commit message (Collapse)AuthorAge
* Implement missing Debug and update Cargo.locknotoria2021-06-10
|
* Implement register selectionBenoƮt CORTIER2021-06-07
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`.