mirror of https://github.com/helix-editor/helix
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.
3f528493d3
Commands added: * `move_anchored_line_up` * `move_anchored_line_down` * `move_anchored_visual_line_up` * `move_anchored_visual_line_down` * `extend_anchored_line_up` * `extend_anchored_line_down` * `extend_anchored_visual_line_up` * `extend_anchored_visual_line_down` These new commands move cursors vertically. A cursor will move depending on its position: * If it is on a newline character of a non-empty line, the cursor will stay on newlines (i.e. on a line's last character). * If it is on a non-newline character of a non-empty line, the cursor will try to avoid newline characters. It will move normally, but if it would end up on a newline, instead it will be moved one position left of it (i.e. the line's second to last character). * If it is on the newline character of an empty line (that contains nothing except the newline character), the cursor will continue to move like before: If it stayed on newline before, it will continue to do so. Otherwise it will try to avoid them (except on empty lines). |
3 days ago | |
---|---|---|
.. | ||
doc_formatter | 4 months ago | |
increment | 9 months ago | |
syntax | 4 months ago | |
auto_pairs.rs | 4 months ago | |
chars.rs | 5 months ago | |
comment.rs | 1 month ago | |
config.rs | 10 months ago | |
diagnostic.rs | 4 months ago | |
diff.rs | 2 years ago | |
doc_formatter.rs | 4 months ago | |
fuzzy.rs | 4 months ago | |
graphemes.rs | 4 months ago | |
history.rs | 1 year ago | |
indent.rs | 4 months ago | |
lib.rs | 4 months ago | |
line_ending.rs | 1 year ago | |
macros.rs | 4 years ago | |
match_brackets.rs | 5 months ago | |
movement.rs | 3 days ago | |
object.rs | 7 months ago | |
position.rs | 4 months ago | |
rope_reader.rs | 1 year ago | |
search.rs | 3 years ago | |
selection.rs | 4 months ago | |
shellwords.rs | 2 years ago | |
surround.rs | 7 months ago | |
syntax.rs | 2 months ago | |
test.rs | 2 years ago | |
text_annotations.rs | 4 months ago | |
textobject.rs | 7 months ago | |
transaction.rs | 4 months ago | |
uri.rs | 3 months ago | |
wrap.rs | 4 days ago |