10 years ago
Press F5 to remove unwanted trailing whitespaces in the whole file
:nnoremap <silent> <F5> :let _s=@/<Bar>:%s/\s\+$//e<Bar>:let @/=_s<Bar>:nohl<CR>