infocmp -x xterm-kitty | ssh <server> tic -x -o \~/.terminfo /dev/stdin
tic
is the TermInfo Compiler, and infocmp
is for printing the kitty terminfo
(xterm-kitty
) to stdout.
kitty +list-fonts --psnames
To enter scrollback environment for the entire stdout
history, enter
<Ctrl+Shift+h>
.
Alternative keymaps are <Ctrl+Shift+g>
for viewing the output of the last
command only and <Ctrl+Shift> + right-click
on the command output to single
out.
By default, kitty will use less
for the pager, but changing the
scrollback_pager
in kitty.conf
option allows for alternate programs.
To increase the number of lines available to the pages, edit the kitty.conf as follows:
scrollback_pager_history_size <size>
The <size>
is in Mb, where 1 Mb yields >10000 lines in the scrollback buffer.