Call startinsert after calling termopen

This commit is contained in:
Dheepak Krishnamurthy
2020-04-06 11:01:57 -06:00
parent fe8874d156
commit 61e88a4a7f

View File

@@ -97,6 +97,7 @@ local function exec_lazygit_command()
execute([[
call termopen('%s', {'on_exit': function('s:OnExit')})
]], cmd)
execute("startinsert")
end
function lazygit()