Disable the “clear” issued when you exit vim

vim.png

When I am in vim (on Linux), and I :wq (or anything that will exit me from the vi session) it does a “clear screen”.

If you want this to stop, place the following in your ~/.vimrc

set t_ti= t_te=

Related Posts

Comments are closed.