diff options
-rw-r--r-- | vim/.vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,5 +55,5 @@ nnoremap a= :Tabularize /=<cr> nnoremap a, :Tabularize /,/r0l1<cr> " 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 |