fix(terminal): weird lazygit commit message bug (#2382)

This commit is contained in:
Abouzar Parvan 2022-03-23 01:09:18 +04:30 committed by GitHub
parent cf96211cf5
commit 3c152cb1cf
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,6 @@ M.add_exec = function(opts)
return
end
wk.register({ [opts.keymap] = { opts.label } }, { mode = "n" })
wk.register({ [opts.keymap] = { opts.label } }, { mode = "t" })
end
M._exec_toggle = function(opts)