Autocmd mapping comma-t for everything else (I hope)

This commit is contained in:
Dan Buch 2013-12-28 12:35:21 -05:00
parent 1f0c5097c2
commit 9b974d742a

View File

@ -4,7 +4,7 @@ set tabstop=4
set shiftwidth=4
set softtabstop=4
map ,t :w<CR>
autocmd FileType * map ,t :w<CR>
map ,m :w\|:make<CR><CR>
map ,- :nohl<CR>