diff --git a/README.md b/README.md index 1a90c86b7..097ddeda1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/config/Config.zig b/src/config/Config.zig index 64aa0d13d..3faf0101a 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -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