AutoYADM commit: 2024-12-31 14:00:01
This commit is contained in:
parent
c83632ec0e
commit
bda748dbfe
2 changed files with 4 additions and 3 deletions
|
@ -17,9 +17,9 @@ local special_key = "←"
|
||||||
vim.keymap.set({ "n", "i" }, special_key, "<C-CR>", { remap = true })
|
vim.keymap.set({ "n", "i" }, special_key, "<C-CR>", { remap = true })
|
||||||
|
|
||||||
vim.keymap.set({ "i", "n" }, "<C-t>", "<Nop>")
|
vim.keymap.set({ "i", "n" }, "<C-t>", "<Nop>")
|
||||||
-- map({ "n" }, "<C-Cr>", function()
|
map({ "n" }, "<C-Cr>", function()
|
||||||
-- vim.notify("test")
|
vim.notify("test")
|
||||||
-- end)
|
end)
|
||||||
|
|
||||||
map({ "n", "x" }, "\\", function()
|
map({ "n", "x" }, "\\", function()
|
||||||
LazyVim.format({ force = true })
|
LazyVim.format({ force = true })
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
set -g xterm-keys on
|
set -g xterm-keys on
|
||||||
set -s extended-keys on
|
set -s extended-keys on
|
||||||
# set -as terminal-features 'xterm*:extkeys'
|
# set -as terminal-features 'xterm*:extkeys'
|
||||||
|
# THIS IS WHAT MAKES EXTENDED MODIFIERS WORK IN TMUX
|
||||||
set -as terminal-features '*ghostty*:extkeys'
|
set -as terminal-features '*ghostty*:extkeys'
|
||||||
|
|
||||||
# don't let programs rename window
|
# don't let programs rename window
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue