kitty use nvim for scrollback
This commit is contained in:
parent
5d4bb622f7
commit
243091a9d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue