From 41d5bd64d8ed2ee165e7ebbe69378ae1eb718486 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Thu, 9 Apr 2026 10:46:01 +0700 Subject: [PATCH] feat(kitty): use nvim as pager Upgraded to nvim 0.12 now. --- .config/kitty/kitty.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 09f7779..f0c5ab9 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -6,6 +6,7 @@ font_size 9 # 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 -- 2.51.2