2 replies
January 2021

duduribeiro

When I close the window (switching back to normal mode and running c), the buffer is already closed and my command killed. any ideas why?

1 reply
January 2021 ▶ duduribeiro

duduribeiro

I get it work by adding this into my init.vim

augroup custom_term
	autocmd!
	autocmd TermOpen * setlocal nonumber norelativenumber bufhidden=hide
augroup END