Disable <leader>tt in insert mode

This commit is contained in:
Simo Soini 2025-06-12 12:10:15 +03:00
parent 6e17425c2c
commit 83f447d445
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ return {
end
end,
open_mapping = '<leader>tt',
insert_mappings = false,
direction = 'float',
shell = '/usr/bin/fish',
}