fix: allow easy exit of terminal mode

This commit is contained in:
mustard 2025-11-12 23:15:32 +01:00
parent cfe9c2f31e
commit 342f3339ca

View file

@ -59,4 +59,4 @@ vim.api.nvim_create_autocmd('LspAttach', {
end, end,
}) })
vim.api.nvim_set_keymap('t', '<Leader><ESC>', '<C-\\><C-n>', {noremap = true})