comment out autocmd for popterm
This commit is contained in:
parent
a8452abee8
commit
d6c0cc2358
@ -29,8 +29,8 @@ vim.cmd([[
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Define the :Popterm command to open the centered terminal
|
" Define the :Popterm command to open the centered terminal
|
||||||
autocmd TermOpen * setlocal winhighlight=Normal:Terminal
|
|
||||||
highlight Terminal guibg=#000000 guifg=none
|
highlight Terminal guibg=#000000 guifg=none
|
||||||
|
"autocmd TermOpen * setlocal winhighlight=Normal:Terminal
|
||||||
command! Popterm call OpenCenteredTerminal()
|
command! Popterm call OpenCenteredTerminal()
|
||||||
nnoremap T :Popterm<CR>
|
nnoremap T :Popterm<CR>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user