From 80a7567d6e2db0efc5cd12ba3a4995e7406137ce Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 12 Oct 2022 14:18:49 +0100 Subject: [PATCH] disable floaterm lf --- init.plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.plugins.vim b/init.plugins.vim index 95053e3..e77c1df 100644 --- a/init.plugins.vim +++ b/init.plugins.vim @@ -337,7 +337,7 @@ let g:vim_markdown_fenced_languages = ['bash=sh'] " allows to open floating terminal Plug 'voldikss/vim-floaterm' let g:floaterm_opener = 'edit' - nnoremap lf :FloatermNew --height=0.9 --width=0.9 lf + " nnoremap lf :FloatermNew --height=0.9 --width=0.9 lf nnoremap lg :FloatermNew --height=0.9 --width=0.9 lazygit "}}} " #vim-Jinja2-Syntax{{{