kitty: Enable shell integration

This is available since 0.24.
This commit is contained in:
Sanchayan Maity 2022-01-04 17:52:20 +05:30
parent 7b19fceff2
commit 43bcc268cd
1 changed files with 8 additions and 0 deletions

View File

@ -618,6 +618,14 @@ term xterm-kitty
#: from key-presses, to colors, to various advanced features may not
#: work.
shell_integration enabled no-title no-cursor
#: Enable shell integration on supported shells. This enables features
#: such as jumping to previous prompts, browsing the output of the
#: previous command in a pager, etc. on supported shells. Set to
#: ``disabled`` to turn off shell integration, completely. See
#: https://sw.kovidgoyal.net/kitty/shell-integration/ for details.
#: }}}
#: OS specific tweaks {{{