nvim: modules: floaterm: Drop binding for lazygit

Fugitive actually has everything one needs on a daily basis.
This commit is contained in:
Sanchayan Maity 2021-04-16 13:15:42 +05:30
parent 7363f20681
commit 66213e0d06

View file

@ -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})