From 83f447d445aecabe03e5e83513e52f0b27647643 Mon Sep 17 00:00:00 2001 From: Simo Soini Date: Thu, 12 Jun 2025 12:10:15 +0300 Subject: [PATCH] Disable tt in insert mode --- lua/custom/plugins/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 47ccad7a..ae5f397e 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -28,6 +28,7 @@ return { end end, open_mapping = 'tt', + insert_mappings = false, direction = 'float', shell = '/usr/bin/fish', }