From f48b1365f40a55baf8820fae277d588d3a1d3096 Mon Sep 17 00:00:00 2001 From: Austen Date: Fri, 30 May 2014 12:45:50 -0400 Subject: [PATCH] Updated gitconfig and vimrc --- gitconfig | 3 ++- vimrc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index 1a07366..180d203 100644 --- a/gitconfig +++ b/gitconfig @@ -2,7 +2,8 @@ name = Austen email = stonewareslord@gmail.com [alias] - pu = push --all + pul = pull + pus = push --all co = checkout ci = commit -m a = add diff --git a/vimrc b/vimrc index 323ea42..2d0511f 100644 --- a/vimrc +++ b/vimrc @@ -82,7 +82,7 @@ vnoremap "+y vnoremap "+y inoremap vnoremap -noremap o +noremap :ls:b nnoremap == yyPv$r=jyypv$r= nnoremap ** yyPv$r*jyypv$r* nnoremap = yypv$r=