diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2016-12-24 13:19:05 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2016-12-24 13:19:05 -0600 |
commit | a08f53af9023064b8e68b431d1f66a5b490da929 (patch) | |
tree | 880c63b36ec102318c756426f780ac2ff98b2a29 /vim/.vimrc | |
parent | b431f5818c57a8d1283dfb9b757664285251a755 (diff) |
vim: suppress .netrwhist file creation
Diffstat (limited to 'vim/.vimrc')
-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 |