@@ -10,7 +10,7 @@ Navigate your [Kitty](https://sw.kovidgoyal.net/kitty/) scrollback buffer to qui
1010
1111<!-- panvimdoc-ignore-start -->
1212
13- [ ![ neovim: v0.9 +] ( https://img.shields.io/static/v1?style=flat-square&label=neovim&message=v0.9 %2b&logo=neovim&labelColor=282828&logoColor=8faa80&color=414b32 )] ( https://neovim.io/ )
13+ [ ![ neovim: v0.10 +] ( https://img.shields.io/static/v1?style=flat-square&label=neovim&message=v0.10 %2b&logo=neovim&labelColor=282828&logoColor=8faa80&color=414b32 )] ( https://neovim.io/ )
1414[](https://sw.kovidgoyal.net/kitty/)
1515[ ![ semantic-release: angular] ( https://img.shields.io/static/v1?style=flat-square&label=semantic-release&message=angular&logo=semantic-release&labelColor=282828&logoColor=d8869b&color=8f3f71 )] ( https://github.com/semantic-release/semantic-release )
1616[ ![ test status] ( https://img.shields.io/github/actions/workflow/status/mikesmithgh/kitty-scrollback.nvim/tests.yml?style=flat-square&logo=github&logoColor=c7c7c7&label=tests&labelColor=282828&event=push )] ( https://github.com/mikesmithgh/kitty-scrollback.nvim/actions/workflows/tests.yml?query=event%3Apush )
@@ -29,7 +29,7 @@ Navigate your [Kitty](https://sw.kovidgoyal.net/kitty/) scrollback buffer to qui
2929## 📖 Contents
3030
3131- ✨ [ Features] ( #-features )
32- - 🚀 [ Migrating to v6 .0.0] ( #-migrating-to-v600 )
32+ - 🚀 [ Migrating to v7 .0.0] ( #-migrating-to-v700 )
3333- 📚 [ Prerequisites] ( #-prerequisites )
3434- 🏃 [ Quickstart] ( #-quickstart )
3535- 📦 [ Installation] ( #-installation )
@@ -198,17 +198,17 @@ This requires extra steps to setup. See optional [tmux setup](#tmux--experimenta
198198
199199</details >
200200
201- ## 🚀 Migrating to v6 .0.0
201+ ## 🚀 Migrating to v7 .0.0
202202> [ !IMPORTANT] \
203- > v6 .0.0 has breaking changes.
203+ > v7 .0.0 has breaking changes.
204204>
205205> You can ignore this section if you have not previously installed any version of kitty-scrollback.nvim
206206
207207<details >
208208
209209 <summary >Migration Steps</summary >
210210
211- If you have any problems or questions migrating to ` v6 .0.0` , please open an
211+ If you have any problems or questions migrating to ` v7 .0.0` , please open an
212212 [ issue] ( https://github.com/mikesmithgh/kitty-scrollback.nvim/issues ) or
213213 [ discussion] ( https://github.com/mikesmithgh/kitty-scrollback.nvim/discussions ) .
214214
@@ -218,40 +218,19 @@ This requires extra steps to setup. See optional [tmux setup](#tmux--experimenta
218218
219219 <!-- panvimdoc-ignore-end -->
220220
221- - kitty-scrollback.nvim v6.0.0 changes the default keymap for quitting kitty-scrollback.nvim from ` <Esc> ` to ` q ` .
222- No steps are necessary if you prefer this new behavior.
221+ - kitty-scrollback.nvim v7.0.0 dropped support for Neovim version 0.9.
223222
223+ If you are using Neovim version 9.0, please upgrade to 10.0 or greater.
224224
225- If you prefer the previous behavior of using ` <Esc> ` to exit kitty-scrollback.nvim, this can be reconfigured by
226- adding the following to your kitty-scrollback.nvim setup.
225+ If you are using Neovim version 9.0 and cannot upgrade, then you can still use tag v6.4.0 of kitty-scrolback.nvim
227226
228- ``` lua
229- vim .keymap .set ({ ' n' }, ' <Esc>' , ' <Plug>(KsbCloseOrQuitAll)' , {})
230- ```
231-
232- For example , if you are using lazy .nvim , it would look something like this
233-
234- ` ` ` lua
235- return {
236- {
237- ' mikesmithgh/kitty-scrollback.nvim' ,
238- lazy = true ,
239- cmd = { ' KittyScrollbackGenerateKittens' , ' KittyScrollbackCheckHealth' },
240- event = { ' User KittyScrollbackLaunch' },
241- config = function ()
242- vim .keymap .set ({ ' n' }, ' <Esc>' , ' <Plug>(KsbCloseOrQuitAll)' , {}) -- quit kitty-scrollback.nvim with Esc key
243- -- vim.keymap.set({ 'n' }, 'q', '<Plug>(KsbCloseOrQuitAll)', {}) -- uncomment if you would like to also quit with the q key
244- require (' kitty-scrollback' ).setup ()
245- end ,
246- },
247- }
248- ```
227+ See https://github.com/mikesmithgh/kitty-scrollback.nvim/releases/tag/v6.4.0
249228
250229</details >
251230
252231## 📚 Prerequisites
253232
254- - Neovim [v0 .9 + ](https :// github .com / neovim / neovim / releases )
233+ - Neovim [ v0.10 +] ( https://github.com/neovim/neovim/releases )
255234- Kitty [ v0.32.2+] ( https://github.com/kovidgoyal/kitty/releases )
256235
257236## 🏃 Quickstart
0 commit comments