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", "", "")