skywind3000 / vim-terminal-help

Small changes make vim/nvim's internal terminal great again !!
MIT License
246 stars 32 forks source link

close file doesn't close terminal window #26

Open GopherJ opened 4 years ago

zandwang commented 2 years ago

No description provided.

try :qa!

ryanmoon-s commented 2 years ago

but in this way, all changes in files won't be saved.

StudentWeis commented 2 years ago

You need to set this in your .vimrc

let g:terminal_kill = 'term' 
let g:terminal_close = 1
StudentWeis commented 2 years ago

It's a setup issue.