aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------private0
-rw-r--r--vimrc2
2 files changed, 1 insertions, 1 deletions
diff --git a/private b/private
-Subproject a9e0dec06df661dbd63f9bfe080305b169b74c3
+Subproject f2bd167adb5e159bfbb4fe1c3a704b6a2ada52a
diff --git a/vimrc b/vimrc
index 618d55e..6db03cd 100644
--- a/vimrc
+++ b/vimrc
@@ -116,12 +116,12 @@ cmap w!! w !sudo tee >/dev/null %
cabbrev E Explore
let g:netrw_banner=0
let g:netrw_liststyle=1
+let g:netrw_list_hide='\(^\|\s\s\)\zs\.\S\+,'
function GitIgnore()
" Possibly find and include all lower .gitignore files?
let g:netrw_list_hide='\(^\|\s\s\)\zs\.\S\+,' . netrw_gitignore#Hide()
endfunction
command GitIgnore call GitIgnore()
-GitIgnore
" Some fast buffer switching and opening of new files
nnoremap <C-C><CR> :Explore<CR>
nnoremap <C-C>l :bnext<CR>