fix: allow easy exit of terminal mode
This commit is contained in:
parent
cfe9c2f31e
commit
342f3339ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue