Open dark-ether opened 1 year ago
the following hydra shows the problem
hydra({ name = "Test", mode = "i", body = "<C-t>", config = { color = "red", invoke_on_body = false, timeout = false }, heads = { {"a","aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",{desc = "test"}} }, })
luckily functions work so i can mitigate the problem with nvim_input.
I'm curious what you're using an insert mode hydra for?
the following hydra shows the problem
luckily functions work so i can mitigate the problem with nvim_input.