dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 36a8ac04c2eba4b0031c9022948863782e186d23
parent 73331eedd008b08d51b9f3635adee5599e6f6d8c
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun,  2 Feb 2020 00:45:02 +0100

netrw: some option updates

Former-commit-id: c7b2d6df1fcaf71720b3c027b8f0422f475fb80e
Diffstat:
Mvim/vimrc | 12++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -415,10 +415,14 @@ set fileformats=unix,dos,mac set cmdheight=1 " netrw {{{ -let g:netrw_banner = 0 " hide the banner -let g:netrw_liststyle = 3 " tree view -let g:netrw_winsize = 25 " open at 25% size -let g:netrw_list_hide = &wildignore +let g:netrw_banner = 0 " hide the banner +let g:netrw_fastbrowse = 2 " only get dir list if not seen, or manually refreshed +let g:netrw_liststyle = 3 " tree view +let g:netrw_winsize = 25 " open at 25% size +let g:netrw_keepdir = 0 " keep the current directory the same as the browsing directory. +let g:netrw_retmap = 1 " double-click to return to browsing +let g:netrw_list_hide = &wildignore " hide everything in &wildignore +let g:netrw_special_syntax = 1 " use special syntax groups for certain files in browser " }}} " Send more characters at a given time