mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 13:30:29 +00:00
Add "Scroll to Selection" command
This commit is contained in:
committed by
Mitchell Hashimoto
parent
eb7368699b
commit
071531c5c5
@@ -170,6 +170,12 @@ fn actionCommands(action: Action.Key) []const Command {
|
||||
.description = "Scroll to the bottom of the screen.",
|
||||
}},
|
||||
|
||||
.scroll_to_selection => comptime &.{.{
|
||||
.action = .scroll_to_selection,
|
||||
.title = "Scroll to Selection",
|
||||
.description = "Scroll to the selected text.",
|
||||
}},
|
||||
|
||||
.scroll_page_up => comptime &.{.{
|
||||
.action = .scroll_page_up,
|
||||
.title = "Scroll Page Up",
|
||||
|
||||
Reference in New Issue
Block a user