fix references to jump_to_prompt binding

This commit is contained in:
Will Pragnell
2023-09-14 20:52:19 -07:00
parent ef9ed48434
commit 7db562e300
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ The currently support shell integration features in Ghostty:
* New terminals start in the working directory of the previously focused terminal. * New terminals start in the working directory of the previously focused terminal.
* Complex prompts resize correctly by allowing the shell to redraw the prompt line. * Complex prompts resize correctly by allowing the shell to redraw the prompt line.
* The cursor at the prompt is turned into a bar. * The cursor at the prompt is turned into a bar.
* The `scroll_to_prompt` keybinding can be used to scroll the terminal window * The `jump_to_prompt` keybinding can be used to scroll the terminal window
forward and back through prompts. forward and back through prompts.
#### Shell Integration Installation and Verification #### Shell Integration Installation and Verification

View File

@ -294,7 +294,7 @@ keybind: Keybinds = .{},
/// ///
/// * Working directory reporting so new tabs, splits inherit the /// * Working directory reporting so new tabs, splits inherit the
/// previous terminal's working directory. /// previous terminal's working directory.
/// * Prompt marking that enables the "scroll_to_prompt" keybinding. /// * Prompt marking that enables the "jump_to_prompt" keybinding.
/// * If you're sitting at a prompt, closing a terminal will not ask /// * If you're sitting at a prompt, closing a terminal will not ask
/// for confirmation. /// for confirmation.
/// * Resizing the window with a complex prompt usually paints much /// * Resizing the window with a complex prompt usually paints much