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 replyWhen 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 replyI get it work by adding this into my init.vim
augroup custom_term
autocmd!
autocmd TermOpen * setlocal nonumber norelativenumber bufhidden=hide
augroup END