This is a companion discussion topic for the original entry at https://thoughtbot.com/upcase/videos/neovims-terminal-emulator
This is a companion discussion topic for the original entry at https://thoughtbot.com/upcase/videos/neovims-terminal-emulator
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?
I get it work by adding this into my init.vim
augroup custom_term
autocmd!
autocmd TermOpen * setlocal nonumber norelativenumber bufhidden=hide
augroup END