Autocmd mapping comma-t for everything else (I hope)
This commit is contained in:
parent
1f0c5097c2
commit
9b974d742a
@ -4,7 +4,7 @@ set tabstop=4
|
|||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
|
|
||||||
map ,t :w<CR>
|
autocmd FileType * map ,t :w<CR>
|
||||||
map ,m :w\|:make<CR><CR>
|
map ,m :w\|:make<CR><CR>
|
||||||
map ,- :nohl<CR>
|
map ,- :nohl<CR>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user