mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-02 09:58:09 +00:00
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