mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
fix references to jump_to_prompt binding
This commit is contained in:
@ -138,7 +138,7 @@ The currently support shell integration features in Ghostty:
|
||||
* 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.
|
||||
* 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.
|
||||
|
||||
#### Shell Integration Installation and Verification
|
||||
|
@ -294,7 +294,7 @@ keybind: Keybinds = .{},
|
||||
///
|
||||
/// * Working directory reporting so new tabs, splits inherit the
|
||||
/// 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
|
||||
/// for confirmation.
|
||||
/// * Resizing the window with a complex prompt usually paints much
|
||||
|
Reference in New Issue
Block a user