feat: add kitty cursor trail eye candy nonsense

This commit is contained in:
Youwen Wu 2024-11-11 14:36:48 -08:00
parent 28d63a9caf
commit 246bb041df
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -17,6 +17,7 @@
scrollback_pager = ''nvim --noplugin -c "set signcolumn=no showtabline=0" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - "''; scrollback_pager = ''nvim --noplugin -c "set signcolumn=no showtabline=0" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - "'';
cursor = pkgs.lib.mkForce "#c0caf5"; cursor = pkgs.lib.mkForce "#c0caf5";
cursor_text_color = pkgs.lib.mkForce "#1a1b26"; cursor_text_color = pkgs.lib.mkForce "#1a1b26";
cursor_trail = 3;
}; };
keybindings = { keybindings = {
"kitty_mod+h" = "show_scrollback"; "kitty_mod+h" = "show_scrollback";