fix: kitty scrollback nvim behavior

This commit is contained in:
Noah Masur
2024-06-07 14:05:24 -04:00
parent 8e9d556cfe
commit 985e69b4b8
2 changed files with 9 additions and 2 deletions

View File

@ -24,7 +24,14 @@
};
setup.glow = { };
setup.which-key = { };
setup.kitty-scrollback = { };
setup.kitty-scrollback = {
global = dsl.rawLua ''
{
keymaps_enabled = false,
vim.keymap.set({ 'v' }, 'y', '<Plug>(KsbVisualYank)<CR><Plug>(KsbQuitAll)', {})
}
'';
};
vim.o = {
termguicolors = true; # Set to truecolor