From a08f53af9023064b8e68b431d1f66a5b490da929 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 24 Dec 2016 13:19:05 -0600 Subject: vim: suppress .netrwhist file creation --- vim/.vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 22fd75d..5506666 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -55,5 +55,5 @@ nnoremap a= :Tabularize /= nnoremap a, :Tabularize /,/r0l1 " airline -" display status line even with no splits -set laststatus=2 +set laststatus=2 " display status line even with no splits +let g:netrw_dirhistmax=0 " without this, it likes to create ~/.vim/.netrwhist -- cgit v1.2.3