- Added shortcut for exiting terminal with Esc

This commit is contained in:
2026-01-06 07:41:26 -05:00
parent 6fffa2a17e
commit e24e98833e

View File

@@ -6,3 +6,5 @@ vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4 vim.opt.shiftwidth = 4
vim.opt.foldmethod = marker vim.opt.foldmethod = marker
vim.keymap.set('t', '<Esc>', '<C-\\><C-n>')