Browse Source

Removing autocmd for whitespace cleanup, use <leader><F2> instead

pull/2/head
Ryan Reed 3 years ago
parent
commit
620424dbe7
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      dot_vim/vimrc

+ 0
- 3
dot_vim/vimrc View File

@ -238,6 +238,3 @@
nmap <leader>D ysiw nmap <leader>D ysiw
nnoremap <leader>j :%!python -m json.tool<CR> " Pretty print json nnoremap <leader>j :%!python -m json.tool<CR> " Pretty print json
" 05 - Auto Commands
autocmd BufWritePre * :%s/\s\+$//e " Remove trailing whitespace on save

Loading…
Cancel
Save