Merge pull request #1981 from injust/adjust-line

Add `adjust_selection` actions for `beginning_of_line` and `end_of_line`
This commit is contained in:
Mitchell Hashimoto
2024-07-22 09:40:45 -07:00
committed by GitHub
3 changed files with 152 additions and 4 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 {