diff --git a/vimrc b/vimrc index 8a850b9..bb65bc6 100644 --- a/vimrc +++ b/vimrc @@ -330,7 +330,8 @@ nnoremap % vnoremap % " Strip all trailing whitespace from a file, using ,W -nnoremap W :%s/\s\+$//:let @/='' +" NO, makes toooo many edits to files +"nnoremap W :%s/\s\+$//:let @/='' " Use The Silver Searcher over grep, iff possible if executable('ag')