mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
fix: kitty scrollback nvim behavior
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user