From 43bcc268cda6ba02a57ce4e8f8e93833307d5427 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 4 Jan 2022 17:52:20 +0530 Subject: [PATCH] kitty: Enable shell integration This is available since 0.24. --- kitty/.config/kitty/kitty.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 169ec07..421cda5 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -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 {{{