mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-06 03:44:22 +00:00
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:
@@ -304,6 +304,8 @@ pub const Action = union(enum) {
|
||||
page_down,
|
||||
home,
|
||||
end,
|
||||
beginning_of_line,
|
||||
end_of_line,
|
||||
};
|
||||
|
||||
pub const SplitDirection = enum {
|
||||
|
||||
Reference in New Issue
Block a user