diff --git a/plugin/keymaps.lua b/plugin/keymaps.lua index 274dfed..8a1753d 100644 --- a/plugin/keymaps.lua +++ b/plugin/keymaps.lua @@ -12,6 +12,7 @@ set("n", "x", "source %", { desc = "Execute the current -- Remap digraph insertion (Ctrl-K conflicts with tmux navigation) set("i", "", "", { desc = "Insert digraph" }) +set("c", "", "", { desc = "Insert digraph" }) -- Following section purprose is to rebind some Russian missing binds -- TODO: Maybe there is more clean and percise way, dunno right now