lazygit tg
This commit is contained in:
parent
bd80dcc2a5
commit
977309be39
|
@ -268,7 +268,6 @@ map('n', '<LocalLeader>c', function()
|
|||
end, { desc = 'Content-aware menu' })
|
||||
|
||||
-- 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)' })
|
||||
|
||||
-- Floating terminal
|
||||
|
|
Loading…
Reference in New Issue