Updated gitconfig and vimrc

This commit is contained in:
Austen Adler 2014-05-30 12:45:50 -04:00
parent 96a6af9621
commit f48b1365f4
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
name = Austen name = Austen
email = stonewareslord@gmail.com email = stonewareslord@gmail.com
[alias] [alias]
pu = push --all pul = pull
pus = push --all
co = checkout co = checkout
ci = commit -m ci = commit -m
a = add a = add

2
vimrc
View File

@ -82,7 +82,7 @@ vnoremap <C-S-c> "+y
vnoremap <C-c> "+y vnoremap <C-c> "+y
inoremap <F1> <nop> inoremap <F1> <nop>
vnoremap <F1> <nop> vnoremap <F1> <nop>
noremap <Leader><Tab> o<Esc> noremap <Leader><Tab> :ls<CR>:b
nnoremap <leader>== yyPv$r=jyypv$r= nnoremap <leader>== yyPv$r=jyypv$r=
nnoremap <leader>** yyPv$r*jyypv$r* nnoremap <leader>** yyPv$r*jyypv$r*
nnoremap <leader>= yypv$r= nnoremap <leader>= yypv$r=