From 46ff7c2bd6fbfe03d0db23d624c99f6738a70f82 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Thu, 27 Jan 2022 09:20:53 +0100 Subject: [PATCH] kitty: disable cursor shell integration --- roles/kitty/templates/kitty.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/kitty/templates/kitty.j2 b/roles/kitty/templates/kitty.j2 index f761120..2e72a79 100644 --- a/roles/kitty/templates/kitty.j2 +++ b/roles/kitty/templates/kitty.j2 @@ -46,3 +46,6 @@ map ctrl+Down change_font_size current -1.0 # URLs open_url_with firefox + +# Disable cursor shell integration +shell_integration no-cursor