Y
Hacker News
new
|
ask
|
show
|
jobs
by
kbd
1267 days ago
Anyone tried using this for a scrollback pager for kitty terminal? I have a convoluted nvim incantation right now I’d love to replace.
1 comments
shaicoleman
1266 days ago
Yes, it works by adding to kitty.conf:
scrollback_pager ov
link
kbd
1266 days ago
Yeah I experimented with it, seemed to work out of the box. I used `ov -f` so it starts at the end of the scrollback. Searching behaves strangely (different from vim). Seems to run fast but I haven't tried it on giant scrollbacks yet.
link