Add digraph mapping for command mode
This commit is contained in:
parent
9ae32a56b1
commit
e8c8a5d3d1
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue