diff --git a/lua/plex/config/keymaps.lua b/lua/plex/config/keymaps.lua index 99634a5..a0179d0 100644 --- a/lua/plex/config/keymaps.lua +++ b/lua/plex/config/keymaps.lua @@ -268,7 +268,6 @@ map('n', 'c', function() end, { desc = 'Content-aware menu' }) -- Lazygit -map('n', 'gg', function() Util.float_term({ 'lazygit' }, { cwd = Util.get_root(), esc_esc = false }) end, { desc = 'Lazygit (root dir)' }) map('n', 'tg', function() Util.float_term({ 'lazygit' }, { cwd = Util.get_root(), esc_esc = false }) end, { desc = 'Lazygit (root dir)' }) -- Floating terminal