Skip to content

Releases: mikesmithgh/kitty-scrollback.nvim

v8.0.0

27 Feb 17:40

Choose a tag to compare

8.0.0 (2026-02-27)

BREAKING CHANGES

  • remove support for Kitty versions < 0.43.0

If you are using version 0.32.2 through 0.42.2 of Kitty and cannot upgrade, then you can still use tag v7.0.0 of kitty-scrollback.nvim

v7.0.0

25 Feb 19:12

Choose a tag to compare

7.0.0 (2026-02-25)

BREAKING CHANGES

  • remove support for Neovim version 0.9

If you are using Neovim version 9.0 and cannot upgrade, then you can still use tag v6.4.0 of kitty-scrolback.nvim

v6.4.0

04 Jan 12:44

Choose a tag to compare

6.4.0 (2026-01-04)

Features

  • make temporary scrollback buffer columns configurable (#343) (c73a59e)

v6.3.0

01 Apr 01:29

Choose a tag to compare

6.3.0 (2025-04-01)

Features

  • remove jobstart workaround since Neovim v0.11 is released (fea315d), closes #306

v6.2.2

20 Jan 18:24

Choose a tag to compare

6.2.2 (2025-01-20)

Bug Fixes

v6.2.1

07 Jan 22:06

Choose a tag to compare

6.2.1 (2025-01-07)

Bug Fixes

v6.2.0

31 Dec 21:28

Choose a tag to compare

6.2.0 (2024-12-31)

Features

  • use jobstart for Neovim v0.11+ instead of termopen (#298) (2d24427), closes #295

v6.1.2

31 Dec 18:30

Choose a tag to compare

6.1.2 (2024-12-31)

Bug Fixes

  • update warning message during kitten generation if path contains whitespace (#296) (a8d7b84)

v6.1.1

30 Dec 20:23

Choose a tag to compare

6.1.1 (2024-12-30)

Bug Fixes

  • add warning during kitten generation if path contains whitespace (#294) (7ee7677)

v6.1.0

18 Dec 14:27

Choose a tag to compare

6.1.0 (2024-12-18)

Features

  • edit the current command line for bash, fish, or zsh (#253) (d8f5433), closes #245

See Command-line editing setup for setup instructions.

bash (edit-and-execute-command), fish (edit_command_buffer), and zsh (edit-command-line) all have the ability to edit the current command in an external editor. The typical workflow is that you have a long command already entered in your shell that you need to modify and execute, this makes it easy to refine complex commands.

After setting up command-line editing in kitty-scrollback.nvim, you can open your current command in kitty-scrollback.nvim's paste window. The benefit of this approach compared to using a standard Neovim instance is that you still have access to the scrollback history and kitty-scrollback.nvim's features to help you quickly modify or execute the command.