Update files
This commit is contained in:
parent
7c5496c2d6
commit
7989a99b2e
72 changed files with 1018 additions and 13249 deletions
3
.vimrc
3
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue