vimrc: Make netrw default to tree view
This commit is contained in:
parent
8f1e5a6b68
commit
0050e04cc3
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
|
@ -301,3 +301,6 @@ au Syntax * RainbowParenthesesLoadBraces
|
||||||
|
|
||||||
" Read my lips: NO MOUSE
|
" Read my lips: NO MOUSE
|
||||||
autocmd BufEnter * set mouse=
|
autocmd BufEnter * set mouse=
|
||||||
|
|
||||||
|
" Netrw defaults
|
||||||
|
let g:netrw_liststyle = 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue