disable floaterm lf
This commit is contained in:
parent
b47c8bb138
commit
80a7567d6e
|
@ -337,7 +337,7 @@ let g:vim_markdown_fenced_languages = ['bash=sh']
|
||||||
" allows to open floating terminal
|
" allows to open floating terminal
|
||||||
Plug 'voldikss/vim-floaterm'
|
Plug 'voldikss/vim-floaterm'
|
||||||
let g:floaterm_opener = 'edit'
|
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>
|
nnoremap <space>lg :FloatermNew --height=0.9 --width=0.9 lazygit<CR>
|
||||||
"}}}
|
"}}}
|
||||||
" #vim-Jinja2-Syntax{{{
|
" #vim-Jinja2-Syntax{{{
|
||||||
|
|
Loading…
Reference in New Issue