Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amikula/61162 to your computer and use it in GitHub Desktop.
Save amikula/61162 to your computer and use it in GitHub Desktop.
" <K>ill trailing <W>hitespace
nnoremap <leader>kw :1,$s/ \+$//<CR>
vnoremap <leader>kw :s/ \+$//<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment