diff --git a/.config/nvim/lua/config/keymaps.lua b/.config/nvim/lua/config/keymaps.lua index 0caf88ab..71f9dad7 100644 --- a/.config/nvim/lua/config/keymaps.lua +++ b/.config/nvim/lua/config/keymaps.lua @@ -15,12 +15,11 @@ 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 651cc159..a0c23a85 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -4,7 +4,8 @@ # So keystrokes are forwarded correctly set -g xterm-keys on set -s extended-keys on -set -as terminal-features 'xterm*:extkeys' +# set -as terminal-features 'xterm*:extkeys' +set -as terminal-features '*ghostty*:extkeys' # don't let programs rename window set -g allow-rename off @@ -22,7 +23,7 @@ set -g history-limit 10000 unbind r bind r source-file ~/.config/tmux/tmux.conf unbind -n C-Enter -unbind -n C-m +# unbind -n C-m # bind C-t to prefix unbind C-t