I would appreciate if some one can figure how to clean screen when I do i.e.:
:!git status
It always show me the previous output, so if I repeat this task many times can confuse me because I see the history.
With an external keyboard usually I do :!git status + ctrl+K+enter but for unknown reason on my internal keyboard (macbook pro) didn’t do the trick.
There is a best way to do that? Maybe in vimrc.
Thanks guys!
Finally I figure how we can do that with built-in terminal.app. Write :!your command then press CMD + K + ENTER and you see a clean screen!
If you don’t mind a little extra typing: