From 243091a9d82b576a9c923e50b0b0f272d6c62605 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 27 Sep 2023 10:55:26 +0200 Subject: [PATCH] kitty use nvim for scrollback --- .config/kitty/kitty.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 850f22f..65a7a97 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -237,7 +237,7 @@ disable_ligatures never #: }}} -#: Scrollback {{{ +Scrollback {{{ # scrollback_lines 2000 @@ -250,7 +250,7 @@ disable_ligatures never #: is changed it will only affect newly created windows, not existing #: ones. -# scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER +scrollback_pager nvim -c 'setlocal number|Man!' -c "autocmd VimEnter * normal G" - #: Program with which to view scrollback in a new window. The #: scrollback buffer is passed as STDIN to this program. If you change