From bda748dbfe31bab98b6f7166d5c67ce8625ee73c Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 31 Dec 2024 14:00:01 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-31 14:00:01 --- .config/nvim/lua/config/keymaps.lua | 6 +++--- .config/tmux/tmux.conf | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) 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