From 9ae32a56b19b3ee3cbcb447172e502d0e61b3885 Mon Sep 17 00:00:00 2001 From: t0xa Date: Mon, 9 Feb 2026 22:35:35 +0300 Subject: [PATCH] Remap digraphs binding and fix tmux-navigator --- lua/custom/plugins/tmux_navigator.lua | 3 ++- plugin/keymaps.lua | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/custom/plugins/tmux_navigator.lua b/lua/custom/plugins/tmux_navigator.lua index e7fa738..b1b48a6 100644 --- a/lua/custom/plugins/tmux_navigator.lua +++ b/lua/custom/plugins/tmux_navigator.lua @@ -6,6 +6,7 @@ return { "TmuxNavigateUp", "TmuxNavigateRight", "TmuxNavigatePrevious", + "TmuxNavigatorProcessList", }, keys = { { "", "TmuxNavigateLeft" }, @@ -15,4 +16,4 @@ return { { "", "TmuxNavigatePrevious" }, }, } - +-- return {} diff --git a/plugin/keymaps.lua b/plugin/keymaps.lua index 44f5019..274dfed 100644 --- a/plugin/keymaps.lua +++ b/plugin/keymaps.lua @@ -10,6 +10,9 @@ local set = vim.keymap.set -- set("n", "x", ".lua", { desc = "Execute the current lne" }) set("n", "x", "source %", { desc = "Execute the current file" }) +-- Remap digraph insertion (Ctrl-K conflicts with tmux navigation) +set("i", "", "", { 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 set("i", "", "")