diff --git a/dot_vim/vimrc b/dot_vim/vimrc index 92ec872..b925862 100644 --- a/dot_vim/vimrc +++ b/dot_vim/vimrc @@ -238,6 +238,3 @@ nmap D ysiw nnoremap j :%!python -m json.tool " Pretty print json - -" 05 - Auto Commands - autocmd BufWritePre * :%s/\s\+$//e " Remove trailing whitespace on save