kitty: Simplify the scroll back pager command invocation
There is no need for us to make neovim execute those commands at startup.
This commit is contained in:
parent
a9136536f7
commit
d72b6430a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue