feat (vimrc): disable recently-visited directory history list
This commit is contained in:
parent
74308124dd
commit
8b948cd1dc
3
vimrc
3
vimrc
@ -28,6 +28,9 @@ let g:netrw_banner=0
|
|||||||
" Tree style listing in netrw
|
" Tree style listing in netrw
|
||||||
let g:netrw_liststyle=3
|
let g:netrw_liststyle=3
|
||||||
|
|
||||||
|
" controls maximum quantity of entries in recently-visited directory history list
|
||||||
|
let g:netrw_dirhistmax=0
|
||||||
|
|
||||||
" let command-line completion operates in an enhanced mode
|
" let command-line completion operates in an enhanced mode
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user