Skip to content

Commit

Permalink
docs: add KittyScrollbackNvimVisual to README (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh authored Nov 6, 2023
1 parent 7e66459 commit 872d485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ Arguments that can be passed to the `kitty_scrollback_nvim` Kitten defined in [k
| highlight_overrides<br />.KittyScrollbackNvimPasteWinNormal | `table?` | paste window Normal highlight group |
| highlight_overrides<br />.KittyScrollbackNvimPasteWinFloatBorder | `table?` | paste window FloatBorder highlight group |
| highlight_overrides<br />.KittyScrollbackNvimPasteWinFloatTitle | `table?` | paste window FloatTitle highlight group |
| highlight_overrides<br />.KittyScrollbackNvimVisual | `table?` | scrollback buffer window visual selection highlight group |
| status_window | `KsbStatusWindowOpts?` | options for status window indicating that kitty-scrollback.nvim is ready |
| status_window.enabled | `boolean` | If true, show status window in upper right corner of the screen |
| status_window.style_simple | `boolean` | If true, use plaintext instead of nerd font icons |
Expand Down
2 changes: 2 additions & 0 deletions doc/kitty-scrollback.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ KITTY-SCROLLBACK.NVIM CONFIGURATION FILE ~

highlight_overrides.KittyScrollbackNvimPasteWinFloatTitle table? paste window FloatTitle highlight group

highlight_overrides.KittyScrollbackNvimVisual table? scrollback buffer window visual selection highlight group

status_window KsbStatusWindowOpts? options for status window indicating that
kitty-scrollback.nvim is ready

Expand Down

0 comments on commit 872d485

Please sign in to comment.