Releases: mikesmithgh/kitty-scrollback.nvim
Releases · mikesmithgh/kitty-scrollback.nvim
v2.1.1
v2.1.0
v2.0.0
2.0.0 (2023-11-01)
- feat!: use kitty_mod for keymaps (8e652bf), closes #30
- feat!: replace config-file with config name (e16e96a), closes #16 #12 #2
BREAKING CHANGES
- The default mapping keys changed from
ctrl+shift
tokitty_mod
.
- If you are using the default value for
kitty_mod
ofctrl+shift
, then no change is needed. - If you are using a different value for
kitty_mod
, then you should correct any potential mapping conflicts that may occur
now thatkitty-scrollback.nvim
is usingkitty_mod
.
- The
--config-file
option has been removed.
Custom configurations are now supplied in the setup() function instead
of separate config file. The config name correspondes to the key of
the table provided tosetup()
.