fix references to jump_to_prompt binding
parent
ef9ed48434
commit
7db562e300
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue