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/helix-term
Emi 761df60077
Keybind for Extend/shrink selection up and down (#9080)
* implement another selection modifying command

* Selection feels more ergonomic in case of swapping the direction. This also fixes a problem when starting at an empty line.

* rename select_line_up/down to select_line_above/below

* apply clippy suggestion of using cmp instead of if-chain

* revert `Extent` implementing `Clone/Copy`

* move select_line functions below extend_line implementations

* implement help add function, which saturates at the number of text lines

---------

Co-authored-by: Emi <emanuel.boehm@gmail.com>
7 months ago
..
src Keybind for Extend/shrink selection up and down (#9080) 7 months ago
tests Fix panic in surround_replace/delete nested multi-cursor (#9815) 7 months ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump open from 5.0.1 to 5.1.2 (#9854) 7 months ago
build.rs Add icon to Windows executable (#9104) 8 months ago