mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: remove clipboard=unnamedplus from kitty scrollback_pager
This commit is contained in:
parent
1a77bf2e82
commit
2d85c781ec
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
background_opacity = "0.8";
|
||||
allow_remote_control = "socket-only";
|
||||
listen_on = "unix:/tmp/kitty";
|
||||
scrollback_pager = ''nvim --noplugin -c "set signcolumn=no showtabline=0 clipboard=unnamedplus" -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 - "'';
|
||||
};
|
||||
keybindings = {
|
||||
"kitty_mod+h" = "show_scrollback";
|
||||
|
|
Loading…
Reference in a new issue