This commit is contained in:
Ray Elliott 2021-07-06 11:13:06 +01:00
parent 4a12c48e9f
commit 37e0de1fde
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ let g:mta_filetypes = {
" #vim-floaterm{{{
" https://github.com/voldikss/floaterm
Plug 'voldikss/vim-floaterm'
let g:floaterm_opener = 'edit'
nnoremap <space>lf :FloatermNew --height=0.9 --width=0.9 lf<CR>
nnoremap <space>lg :FloatermNew --height=0.9 --width=0.9 lazygit<CR>
"}}}