some karabiner and vimrc stuff

This commit is contained in:
2017-11-17 15:52:53 -05:00
parent c72291ac10
commit 5d3b7546c5
2 changed files with 33 additions and 1 deletions

3
vimrc
View File

@@ -127,6 +127,9 @@ set shiftwidth=4
set expandtab
set smarttab
" mouse
set mouse=nicr
" so we get html goodies in php files
"au BufRead *.php set ft=php.html
"au BufNewFile *.php set ft=php.html