From 53bb4effbc645ed75fc13f38b4e4f58db8d4ebe1 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 11 Dec 2021 21:19:20 +0100 Subject: chore(terminal): avoid problematic layzgit mapping (#2068) --- lua/lvim/core/terminal.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lua/lvim/core/terminal.lua') diff --git a/lua/lvim/core/terminal.lua b/lua/lvim/core/terminal.lua index 7eb343ce..c5d1ea04 100644 --- a/lua/lvim/core/terminal.lua +++ b/lua/lvim/core/terminal.lua @@ -40,9 +40,8 @@ M.config = function() -- lvim.builtin.terminal.execs = {{}} to overwrite -- lvim.builtin.terminal.execs[#lvim.builtin.terminal.execs+1] = {"gdb", "tg", "GNU Debugger"} execs = { - -- TODO: this should probably be removed since it's hard to hit gg within the timeoutlen { "lazygit", "gg", "LazyGit", "float" }, - { "lazygit", "", "LazyGit", "float" }, + { "lazygit", "", "LazyGit", "float" }, }, } end -- cgit v1.2.3