Neovim's Terminal Emulator

© 2012 - 2017 thoughtbot, inc. Upcase, the design of a robot, and thoughtbot are registered trademarks of thoughtbot, inc.


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