[vim] drops tmux auto reload on save

stopped working, not worth it
This commit is contained in:
Josh Sherman 2016-11-25 21:17:04 -06:00
parent f9a5978a52
commit cb6d057346

View file

@ -55,8 +55,6 @@ autocmd BufNewFile,BufRead *.handlebars setf html.handlebars syntax=m
autocmd FileType javascript,dustjs,html.handlebars,css,scss setlocal tabstop=2 shiftwidth=2 softtabstop=2
autocmd FileType go setlocal noexpandtab
autocmd BufWritePost ~/.tmux.conf silent! tmux source-file ~/.tmux.conf
autocmd VimEnter,BufNewFile,BufReadPost * silent! call HardMode()
" Automatically wraps markdown and text to 80 columns