The goal of efficiency is more slack.

Monday, September 04, 2017

Hide vim swap files in vim browser

While browsing files with vim, e.g. by entering the command ":e .", you might see a lot of swap files (*.swp, *.sw?) if you're using buffers. To hide them:
:let g:netrw_list_hide= '.*\.sw\w$'

0 comments:

Popular Posts

Recent Posts

Unordered List

Text Widget

Pages

Powered by Blogger.
Scroll To Top