From 04ac9e05bdb5b0145ab7fe2f5d3d329923168ff6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 30 Dec 2024 19:45:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-30 19:45:02 --- .config/nvim/lua/config/keymaps.lua | 7 ++++--- .config/tmux/tmux.conf | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lua/config/keymaps.lua b/.config/nvim/lua/config/keymaps.lua index 71f9dad7..0caf88ab 100644 --- a/.config/nvim/lua/config/keymaps.lua +++ b/.config/nvim/lua/config/keymaps.lua @@ -15,11 +15,12 @@ local map = vim.keymap.set local special_key = "←" vim.keymap.set({ "n", "i" }, special_key, "", { remap = true }) +vim.keymap.set({ "n", "i" }, "", "", { remap = true }) vim.keymap.set({ "i", "n" }, "", "") --- map({ "n" }, "", function() --- vim.notify("test") --- end) +map({ "n" }, "", function() + vim.notify("test") +end) map({ "n", "x" }, "\\", function() LazyVim.format({ force = true }) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index fcc737e8..a77b25b1 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -21,6 +21,8 @@ set -g history-limit 10000 # bind to reload config unbind r bind r source-file ~/.config/tmux/tmux.conf +unbind C-Enter +unbind C-m # bind C-t to prefix unbind C-t