remove unwanted trailing whitespaces in the whole file

2 Points

Janusz Kowalczyk Janusz Kowalczyk

9 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>