feat (vimrc): disable re-use of directory listings buffers
This commit is contained in:
parent
8b948cd1dc
commit
3734e7f232
3
vimrc
3
vimrc
@ -31,6 +31,9 @@ let g:netrw_liststyle=3
|
||||
" controls maximum quantity of entries in recently-visited directory history list
|
||||
let g:netrw_dirhistmax=0
|
||||
|
||||
" never re-use directory listings buffers
|
||||
let g:netrw_fastbrowse=0
|
||||
|
||||
" let command-line completion operates in an enhanced mode
|
||||
set wildmenu
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user