Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/feat-command-line-e…
Browse files Browse the repository at this point in the history
…diting-mode' into feat-command-line-editing-mode
  • Loading branch information
mikesmithgh committed Dec 18, 2024
2 parents b47cd9e + 0c1b07c commit 333d04b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/kitty-scrollback.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,10 @@ COMMAND-LINE EDITING ~


`ℹ` `NOTE`
Command-line editing is only supported for `bash`, `fish`, or `zsh`
Command-line editing is only supported for `bash`, `fish`, or `zsh` Only `zsh`
version 5.9 or greater is supported by kitty-scrollback.nvim for command-line
editing. If you are using `zsh`, please confirm you have a compatible version
by running `zsh --version`
Generate the configuration and add it to the appropriate location. The comments
in the configuration will provide additional setup instructions.
`KittyScrollbackGenerateCommandLineEditing` requires one parameter, either
Expand Down Expand Up @@ -1070,6 +1073,9 @@ flexibility in the fish shell!
should see similar output to the following:

>zsh
# IMPORTANT: kitty-scrollback.nvim only supports zsh 5.9 or greater for command-line editing,
# please check your version by running: zsh --version

# add the following environment variables to your zsh config (e.g., ~/.zshrc)

autoload -Uz edit-command-line
Expand Down

0 comments on commit 333d04b

Please sign in to comment.