mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-09 11:26:41 +00:00
Add keybind support for shift+insert selection paste
This commit is contained in:
@@ -155,6 +155,7 @@ pub const Action = union(enum) {
|
||||
/// Copy and paste.
|
||||
copy_to_clipboard: void,
|
||||
paste_from_clipboard: void,
|
||||
paste_from_selection: void,
|
||||
|
||||
/// Increase/decrease the font size by a certain amount.
|
||||
increase_font_size: u16,
|
||||
|
Reference in New Issue
Block a user