diff --git a/.config/nvim/lua/config/keymaps.lua b/.config/nvim/lua/config/keymaps.lua index 71f9dad7..a6ff60ca 100644 --- a/.config/nvim/lua/config/keymaps.lua +++ b/.config/nvim/lua/config/keymaps.lua @@ -17,9 +17,9 @@ local special_key = "←" vim.keymap.set({ "n", "i" }, special_key, "", { 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 a0c23a85..ba57c8a6 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -5,6 +5,7 @@ set -g xterm-keys on set -s extended-keys on # set -as terminal-features 'xterm*:extkeys' +# THIS IS WHAT MAKES EXTENDED MODIFIERS WORK IN TMUX set -as terminal-features '*ghostty*:extkeys' # don't let programs rename window