AutoYADM commit: 2024-12-31 13:45:02
This commit is contained in:
parent
dc763499d4
commit
c83632ec0e
2 changed files with 6 additions and 6 deletions
|
@ -15,12 +15,11 @@ local map = vim.keymap.set
|
|||
|
||||
local special_key = "←"
|
||||
vim.keymap.set({ "n", "i" }, special_key, "<C-CR>", { remap = true })
|
||||
vim.keymap.set({ "n", "i" }, "<C-m>", "<C-CR>", { remap = true })
|
||||
|
||||
vim.keymap.set({ "i", "n" }, "<C-t>", "<Nop>")
|
||||
map({ "n" }, "<C-Cr>", function()
|
||||
vim.notify("test")
|
||||
end)
|
||||
-- map({ "n" }, "<C-Cr>", function()
|
||||
-- vim.notify("test")
|
||||
-- end)
|
||||
|
||||
map({ "n", "x" }, "\\", function()
|
||||
LazyVim.format({ force = true })
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue