Change whitespace cleaner to ,w

This commit is contained in:
yan
2012-01-06 10:31:24 -08:00
parent d59f78c27a
commit 2932ac701a
2 changed files with 2 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ function! <SID>StripTrailingWhitespaces()
call cursor(l, c)
endfunction
command! StripTrailingWhitespaces call <SID>StripTrailingWhitespaces()
nmap ,ws :StripTrailingWhitespaces<CR>
nmap ,w :StripTrailingWhitespaces<CR>