comment out autocmd for popterm

This commit is contained in:
2024-06-01 13:38:09 +10:00
parent a8452abee8
commit d6c0cc2358
+1 -1
View File
@@ -29,8 +29,8 @@ vim.cmd([[
endfunction
" Define the :Popterm command to open the centered terminal
autocmd TermOpen * setlocal winhighlight=Normal:Terminal
highlight Terminal guibg=#000000 guifg=none
"autocmd TermOpen * setlocal winhighlight=Normal:Terminal
command! Popterm call OpenCenteredTerminal()
nnoremap T :Popterm<CR>