Call startinsert after calling termopen
This commit is contained in:
@@ -97,6 +97,7 @@ local function exec_lazygit_command()
|
|||||||
execute([[
|
execute([[
|
||||||
call termopen('%s', {'on_exit': function('s:OnExit')})
|
call termopen('%s', {'on_exit': function('s:OnExit')})
|
||||||
]], cmd)
|
]], cmd)
|
||||||
|
execute("startinsert")
|
||||||
end
|
end
|
||||||
|
|
||||||
function lazygit()
|
function lazygit()
|
||||||
|
|||||||
Reference in New Issue
Block a user