diff --git a/.github/workflows/vimdocs.yml b/.github/workflows/vimdocs.yml index a4f816de..9cf2584a 100644 --- a/.github/workflows/vimdocs.yml +++ b/.github/workflows/vimdocs.yml @@ -27,7 +27,7 @@ jobs: run: | mkdir tmp_preformat_readme cp README.md tmp_preformat_readme/README.md - sed -E -e 's/\[!(NOTE|WARNING|IMPORTANT)\]/`\1`/Ig' -e 's/(.+)<\/summary>/- \1\r/g' \ + sed -E -e 's/\[!(NOTE|WARNING|IMPORTANT)\]/`\1`/Ig' -e 's/(.+)<\/summary>/\r- \1\r/g' \ -e 's/(.+)<\/a>/[\2](\1)/g' < README.md > tmp_preformat_readme/README.md - name: panvimdoc diff --git a/README.md b/README.md index b79d16eb..ea476038 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Navigate your Kitty scrollback buffer to quickly search, copy, and execute comma > v2.0.0 has breaking changes and requires steps to properly migrate from v1.X.X. > > You can ignore this section if you have not previously installed any version of kitty-scrollback.nvim -> +
Migration Steps @@ -385,7 +385,7 @@ Arguments that can be passed to the `kitty_scrollback_nvim` Kitten defined in [k | kitty_get_text.clear_selection | `boolean` | If true, clear the selection in the matched window, if any. | | kitty_get_text.extent | `string` | What text to get. The default of screen means all text currently on the screen. all means all the `screen+scrollback` and selection means the currently selected text. `first_cmd_output_on_screen` means the output of the first command that was run in the window on screen. `last_cmd_output` means the output of the last command that was run in the window. `last_visited_cmd_output` means the first command output below the last scrolled position via scroll_to_prompt. `last_non_empty_output` is the output from the last command run in the window that had some non empty output. The last four require `shell_integration` to be enabled. Choices: `screen`, `all`, `first_cmd_output_on_screen`, `last_cmd_output`, `last_non_empty_output`, `last_visited_cmd_output`, `selection` | | checkhealth | `boolean?` | if true execute :checkhealth kitty-scrollback and skip setup | -| visual_selection_highlight_mode | `string \| 'darken' \| 'kitty' \| 'nvim' \| 'reverse'` | Sets the mode for coloring the Visual highlight group in the scrollback buffer window. `darken` uses a darkened version of the Normal highlight group to improve readability. `kitty` uses the colors defined for `selection_foreground` and `selection_background` in your Kitty configuration. `nvim` uses the default colors defined in the `Visual` highlight group. `reverse` reverses the foreground and background colors of the visual selection. | +| visual_selection_highlight_mode | `string?` | Sets the mode for coloring the Visual highlight group in the scrollback buffer window. `darken` uses a darkened version of the Normal highlight group to improve readability. `kitty` uses the colors defined for `selection_foreground` and `selection_background` in your Kitty configuration. `nvim` uses the default colors defined in the `Visual` highlight group. `reverse` reverses the foreground and background colors of the visual selection. | ### Nerd Fonts