mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-26 10:41:58 +00:00
keybinding jump_to_prompt for semantic prompts
This commit is contained in:
@@ -169,6 +169,11 @@ pub const Action = union(enum) {
|
||||
/// Clear the screen. This also clears all scrollback.
|
||||
clear_screen: void,
|
||||
|
||||
/// Jump the viewport forward or back by prompt. Positive
|
||||
/// number is the number of prompts to jump forward, negative
|
||||
/// is backwards.
|
||||
jump_to_prompt: i16,
|
||||
|
||||
/// Dev mode
|
||||
toggle_dev_mode: void,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user