fix: properly escape terminal mode

This commit is contained in:
mustard 2025-11-12 23:29:14 +01:00
parent a98f47bfea
commit f8481e83ca

View file

@ -59,4 +59,4 @@ vim.api.nvim_create_autocmd('LspAttach', {
end, end,
}) })
vim.keymap.set('t', '<Esc>', [[<C-\><C-n>]])