nvim: modules: floaterm: Drop binding for lazygit
Fugitive actually has everything one needs on a daily basis.
This commit is contained in:
parent
7363f20681
commit
66213e0d06
1 changed files with 0 additions and 1 deletions
|
@ -10,4 +10,3 @@ vim.g.floaterm_gitcommit = 'floaterm'
|
|||
|
||||
remap('n', '<C-z>', ':FloatermToggle<CR>', { noremap = true, silent = true })
|
||||
remap('t', '<C-z>', '<C-\\><C-n>:FloatermToggle<CR>', { noremap = true, silent = true })
|
||||
remap('n', '<Leader>G', ':FloatermNew lazygit -ucd ~/.config/lazygit<CR>', {noremap = true, silent = true})
|
||||
|
|
Loading…
Reference in a new issue