From d72b6430a4637f6d99d3eba8c5bbbb2653dccc29 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 5 Jan 2022 18:16:20 +0530 Subject: [PATCH] kitty: Simplify the scroll back pager command invocation There is no need for us to make neovim execute those commands at startup. --- kitty/.config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 20d8bfd..6b54581 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -114,7 +114,7 @@ scrollback_lines 4096 # scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER -scrollback_pager nvim -c 'setlocal nonumber nolist showtabline=0 foldcolumn=0' -c "autocmd VimEnter * normal G" - +AnsiEsc +scrollback_pager nvim +AnsiEsc +INPUT_LINE_NUMBER #: Program with which to view scrollback in a new window. The #: scrollback buffer is passed as STDIN to this program. If you change