update
This commit is contained in:
parent
4a12c48e9f
commit
37e0de1fde
|
@ -236,6 +236,7 @@ let g:mta_filetypes = {
|
||||||
" #vim-floaterm{{{
|
" #vim-floaterm{{{
|
||||||
" https://github.com/voldikss/floaterm
|
" https://github.com/voldikss/floaterm
|
||||||
Plug 'voldikss/vim-floaterm'
|
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>
|
nnoremap <space>lg :FloatermNew --height=0.9 --width=0.9 lazygit<CR>
|
||||||
"}}}
|
"}}}
|
||||||
|
|
Loading…
Reference in New Issue