😽 kitty-scrollback.nvim: v4.0.0 use Neovim config by default + replace global config name + README instruction updates #178
mikesmithgh
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
kitty-scrollback.nvim v4.0.0 is officially released!
What is kitty-scrollback.nvim?
A Neovim plugin (and Kitty Kitten) that allows you to navigate your Kitty scrollback buffer to quickly search, copy, and execute commands in Neovim.
Check out Advanced Configuration Examples for more demos!
What changed?
See Migrating to v4.0.0 for the detailed migration guide.
--no-nvim-args
, then delete it from your configuration because it no longer has any effect. The flag--nvim-args
remains unchanged and can still be used.ksb_example
configurations have been removed and can no longer be referenced by name. If you were previously referencing an example configuration by name, then you can manually copy it from ./tests/example.lua into your kitty-scrollback.nvim configuration. See Plugin Configuration for detailed instructions on configuration kitty-scrollback.nvim.KittyScrollbackGenerateKittens
and apigenerate_kittens
no longer have an option to generateksb_example
configurations.KittyScrollbackGenerateKittens
no longer accepts the bang!
modifiergenerate_kittens
signature removed theall
parameterglobal
configuration name has been removed and global options are now configured by the first element of the options table without a key. See Global Configuration for more details.default
configuration name has been removed. kitty-scrollback.nvim defaults toksb_builtin_get_text_all
if no configuration is provided.Other minor version updates
KITTY_SCROLLBACK_NVIM
was added and is set totrue
while kitty-scrollback.nvim is active. See Environment Variables.kitty-scrollback
and provided an example of using it in an autocmd. See Filetypes.What's next?
The next feature I plan to work on is adding tmux support (see #155).
If you have any questions, comments, or feedback feel free to create an issue or open a discussion.
Beta Was this translation helpful? Give feedback.
All reactions