user/kitty: add scrollback pager
This commit is contained in:
parent
94d72b25f0
commit
b89253931d
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
||||||
color5 = config.catppuccin.hexcolors.mauve;
|
color5 = config.catppuccin.hexcolors.mauve;
|
||||||
color13 = config.catppuccin.hexcolors.mauve;
|
color13 = config.catppuccin.hexcolors.mauve;
|
||||||
window_margin_width = 5;
|
window_margin_width = 5;
|
||||||
|
scrollback_pager = ''nvim --noplugin -c "set signcolumn=no showtabline=0" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - " -c "autocmd VimEnter * normal G"'';
|
||||||
|
scrollback_pager_history_size = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue