Disable <leader>tt in insert mode
This commit is contained in:
parent
6e17425c2c
commit
83f447d445
|
|
@ -28,6 +28,7 @@ return {
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
open_mapping = '<leader>tt',
|
open_mapping = '<leader>tt',
|
||||||
|
insert_mappings = false,
|
||||||
direction = 'float',
|
direction = 'float',
|
||||||
shell = '/usr/bin/fish',
|
shell = '/usr/bin/fish',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue