keybinding jump_to_prompt for semantic prompts

This commit is contained in:
Mitchell Hashimoto
2023-07-06 10:30:29 -07:00
parent b542f7e3c4
commit 9f86c48fd8
8 changed files with 47 additions and 1 deletions

View File

@@ -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,