diff --git a/nvim/lib/files.vim b/nvim/lib/files.vim index a37be01..5b62535 100644 --- a/nvim/lib/files.vim +++ b/nvim/lib/files.vim @@ -4,7 +4,7 @@ set fileformats=unix,dos,mac set wildignore+=.git,.svn,.hg,.DS_Store,*~ " arguably one of the most useful mappings -nnoremap &buftype is# '' ? ":write\" : "\" +nnoremap &buftype is# '' ? ":writewall\" : "\" " ripgrep (rg) {{{