Add digraph mapping for command mode

This commit is contained in:
t0xa 2026-02-10 14:37:18 +03:00
parent 9ae32a56b1
commit e8c8a5d3d1

View file

@ -12,6 +12,7 @@ set("n", "<leader><leader>x", "<cmd>source %<CR>", { desc = "Execute the current
-- Remap digraph insertion (Ctrl-K conflicts with tmux navigation)
set("i", "<C-d>", "<C-k>", { desc = "Insert digraph" })
set("c", "<C-d>", "<C-k>", { 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