Neinspace is a vim plugin that cleans whitespaces and other craps.
- Show trailing spaces and tabs.
- Remove trailing spaces and tabs.
- Remove
^Mat the end of the line, which is the carriage return in Windows. - Convert tab to spaces based on the
tabstopsetting.
Vundle is the recommended plugin manager.
Add Bundle 'initrc/neinspace' to ~/.vimrc and run :BundleInstall.
Neinspace shows tab as >- and trailing space as ..
Map the keyboard shortcut.
nnoremap <silent> <leader>w :NeinspaceClear<CR>