Disable the “clear” issued when you exit vim
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=
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=