disable floaterm lf

This commit is contained in:
Ray Elliott 2022-10-12 14:18:49 +01:00
parent b47c8bb138
commit 80a7567d6e
1 changed files with 1 additions and 1 deletions

View File

@ -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 <space>lf :FloatermNew --height=0.9 --width=0.9 lf<CR>
" nnoremap <space>lf :FloatermNew --height=0.9 --width=0.9 lf<CR>
nnoremap <space>lg :FloatermNew --height=0.9 --width=0.9 lazygit<CR>
"}}}
" #vim-Jinja2-Syntax{{{