From 41d5bd64d8ed2ee165e7ebbe69378ae1eb718486 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Thu, 09 Apr 2026 03:46:01 +0000 Subject: [PATCH] feat(kitty): use nvim as pager Upgraded to nvim 0.12 now. --- .config/kitty/kitty.conf | 1 + 1 file(s) changed, 1 insertion(s)(+), 0 deletion(s)(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -6,6 +6,7 @@ # Scrollback scrollback_lines 10000 scrollback_pager_history_size 2048 +scrollback_pager nvim --cmd 'set eventignore=FileType' +'nnoremap q ZQ' +'call nvim_open_term(0, {})' +'set nomodified nolist' +'$' - # Cursor cursor_stop_blinking_after 0 -- tangled.sh