diff options
author | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-08-05 23:38:16 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-08-05 23:38:16 +0200 |
commit | 95a6d14df0e3b5390849f36a1fed33db834df980 (patch) | |
tree | b4696385ecb284e63086959dd6c94503659b5f94 /vim/.vimrc | |
parent | 892974a7b3df56a939bde2115c12e975c709c54c (diff) |
NetRW show tree [can be changed with 'i']
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -69,3 +69,6 @@ set autoindent " Change buffers without needing to save set hidden + +" Explore configured to show tree +let g:netrw_liststyle= 3 |