Add adjust_selection actions for beginning_of_line and end_of_line

This commit is contained in:
Justin Su
2024-07-20 23:06:06 -04:00
parent 3ad478044b
commit 97bd46de7f
3 changed files with 12 additions and 2 deletions

View File

@@ -304,6 +304,8 @@ pub const Action = union(enum) {
page_down,
home,
end,
beginning_of_line,
end_of_line,
};
pub const SplitDirection = enum {