😽 kitty-scrollback.nvim: v2.0.0 breaking changes + setup config + kitty_mod + demos #6778
mikesmithgh
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
kitty-scrollback.nvim has officially released v2.0.0!
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.
Migrating to v2.0.0
See Migrating to v2.0.0 for the detailed migration guide.
What changed?
--config-file
option has been removed. Custom configurations are now supplied in thesetup()
function instead of separate config file. The config name corresponds to the key of the table provided tosetup()
.ctrl+shift
tokitty_mod
kitty-scrollback.nvim
. Here are a few.ksb_example_status_win_autoclose
ksb_example_status_win_show_timer
ksb_example_highlight_overrides
ksb_example_paste_win_winopts
ksb_example_nvim_args_tokyonight
ksb_example_nvim_args_cellular_automation
If you have any questions, comments, or feedback feel free to let me know here or create an issue.
Breaking Changes 😿 Sorry
Beta Was this translation helpful? Give feedback.
All reactions