mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-27 19:16:27 +00:00
feat: keybinds for text selection on copy mode
This commit is contained in:
committed by
Mitchell Hashimoto
parent
1eb18895bf
commit
cdeeeb9f88
@@ -169,6 +169,15 @@ pub const Action = union(enum) {
|
||||
/// enter after to get a new prompt.
|
||||
reset: void,
|
||||
|
||||
selection_navigation_left: void,
|
||||
selection_navigation_right: void,
|
||||
selection_navigation_up: void,
|
||||
selection_navigation_down: void,
|
||||
selection_navigation_page_up: void,
|
||||
selection_navigation_page_down: void,
|
||||
selection_natigation_home: void,
|
||||
selection_natigation_end: void,
|
||||
|
||||
/// Copy and paste.
|
||||
copy_to_clipboard: void,
|
||||
paste_from_clipboard: void,
|
||||
|
||||
Reference in New Issue
Block a user