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