From e8c8a5d3d1a04492a0ea244e81b8f8bab6c07fc1 Mon Sep 17 00:00:00 2001 From: t0xa Date: Tue, 10 Feb 2026 14:37:18 +0300 Subject: [PATCH] Add digraph mapping for command mode --- plugin/keymaps.lua | 1 + 1 file changed, 1 insertion(+) 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