Hardscrabble 🍫

By Max Jacobson

See also: the archives and an RSS feed

A cleaner file browsing interface for vim

January 2, 2015

TLDW: add this to your ~/.vimrc:

" hide the giant banner at the top of netrw
let g:netrw_banner=0
" hide gitignored files from netrw
let g:netrw_list_hide=netrw_gitignore#Hide()

And then use netrw instead of NERDTree.

Note: I don't have comments or analytics on this website, so it's hard to tell if people are reading or enjoying it. Please feel free to share any feedback or thoughts by shooting me an email or tagging me in a post on Mastodon @maxjacobson@mastodon.online.