Update files

This commit is contained in:
Joey Payne 2018-10-30 08:59:28 -06:00
commit 7989a99b2e
72 changed files with 1018 additions and 13249 deletions

3
.vimrc
View file

@ -3,6 +3,8 @@ map <ESC>[1;5B <C-Down>
map <ESC>[1;5C <C-Right>
map <ESC>[1;5D <C-Left>
let mapleader = "\<Space>"
let g:syntastic_c_compiler_options = "-std=c99"
inoremap vmark
@ -18,7 +20,6 @@ augroup Binary
au BufWritePost *.bin set nomod | endif
augroup END
set wildmenu
set wildmode=full
set shell=/bin/bash\ --login