fixed esc in lazygit

This commit is contained in:
Oliver Hartmann 2024-04-26 20:56:31 +02:00
parent ce098ba0b0
commit 01d5a598bb

View File

@ -74,4 +74,3 @@ if vim.g.neovide then
vim.keymap.set('n', '<C-ScrollWheelDown>', function() change_scale_factor(1 / 1.25) end)
end
vim.keymap.set('t', '<esc>', '<C-\\><C-n>', { noremap = true})