Last active
December 23, 2015 18:09
-
-
Save levicole/6673188 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+ | |
set list " show trailing whiteshace and tabs | |
command! -bar -range=% Trim :<line1>,<line2>s/\s\+$//e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment