This commit is contained in:
2025-04-22 16:55:58 +01:00
parent 0940219a08
commit bf83c416c5

View File

@@ -67,7 +67,8 @@ vim.api.nvim_create_autocmd({ "User" }, {
handle:finish() handle:finish()
end end
end, end,
end })
-- augroup modes -- augroup modes
-- autocmd! -- autocmd!
-- autocmd FocusLost * call feedkeys("\<Esc>") "Go to normal mode when moving away -- autocmd FocusLost * call feedkeys("\<Esc>") "Go to normal mode when moving away