I just installed Arch on my new computer and I canβt figure out which command I need to add to .vimrc so that it can restore the contents of the shell (before calling vim) on exit.
That is, I want my shell to look like this:
# whoami root # who root tty1 2011-12-11 16:42 # vim somefile.txt #
But instead, it looks something like this:
1 hello 2 how is it going? ~ ~ ~ ~ ~ ~ ~ ~
source share