Skip to content

Commit

Permalink
chore: use gif instead of mov
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh authored Nov 1, 2023
1 parent 11669b9 commit d1fa9cf
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,18 +369,12 @@ Arguments that can be passed to the `kitty_scrollback_nvim` Kitten defined in [k
By default, `kitty-scrollback.nvim` uses [Nerd Fonts](https://www.nerdfonts.com) in the status window. If you would like to
use ASCII instead, set the option `status_window.style_simple` to `true`.

<details>
<summary>Status window with Nerd Fonts <code>opts.status_window.style_simple = false</code></summary>

https://github.com/mikesmithgh/kitty-scrollback.nvim/assets/10135646/4cf5b303-5061-43da-a857-c99daea82332

</details>
<details>
<summary>Status window with ASCII text <code>opts.status_window.style_simple = true</code></summary>

https://github.com/mikesmithgh/kitty-scrollback.nvim/assets/10135646/a0e1b574-59ab-4abf-93a1-f314c7cd47b3

</details>
- Status window with Nerd Fonts <code>opts.status_window.style_simple = false</code>
![style_simple_false](https://github.com/mikesmithgh/kitty-scrollback.nvim/assets/10135646/662bf132-0b39-4028-b69f-eb85fbb69b60)

- Status window with ASCII text <code>opts.status_window.style_simple = true</code>
![style_simple_true](https://github.com/mikesmithgh/kitty-scrollback.nvim/assets/10135646/c19a1869-e4e4-40fd-b619-fed771d0153f)


## 🫡 Commands and Lua API
The API is available via the `kitty-scrollback.api` module. e.g., `require('kitty-scrollback.api')`
Expand Down

0 comments on commit d1fa9cf

Please sign in to comment.