Add <A-Esc> to escape terminal mode
This commit is contained in:
parent
828b4219e9
commit
3610aba47a
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ s('n', '<leader>N', "<cmd> Neogit <cr>", { desc = "Open Neogit" })
|
||||||
-- s('x', 'p', 'p:let @+=@0<CR>:let @"=@0<CR>')
|
-- s('x', 'p', 'p:let @+=@0<CR>:let @"=@0<CR>')
|
||||||
s('x', 'p', 'P')
|
s('x', 'p', 'P')
|
||||||
s('n', 'gh', ":Ouroboros<cr>", { desc = "Go to header/implementation" })
|
s('n', 'gh', ":Ouroboros<cr>", { desc = "Go to header/implementation" })
|
||||||
|
s('t', '<A-Esc>', '<C-\\><C-n>', { desc = "Escape terminal mode"})
|
||||||
|
|
||||||
-- Luasnip
|
-- Luasnip
|
||||||
local ls = require("luasnip")
|
local ls = require("luasnip")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue