lazygit tg

This commit is contained in:
Christoph J. Scherr 2023-09-06 16:02:16 +02:00
parent bd80dcc2a5
commit 977309be39
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ map('n', '<LocalLeader>c', function()
end, { desc = 'Content-aware menu' }) end, { desc = 'Content-aware menu' })
-- Lazygit -- Lazygit
map('n', '<leader>gg', function() Util.float_term({ 'lazygit' }, { cwd = Util.get_root(), esc_esc = false }) end, { desc = 'Lazygit (root dir)' })
map('n', '<leader>tg', function() Util.float_term({ 'lazygit' }, { cwd = Util.get_root(), esc_esc = false }) end, { desc = 'Lazygit (root dir)' }) map('n', '<leader>tg', function() Util.float_term({ 'lazygit' }, { cwd = Util.get_root(), esc_esc = false }) end, { desc = 'Lazygit (root dir)' })
-- Floating terminal -- Floating terminal