diff --git a/.aliases b/.aliases index cc2eda9..252772a 100644 --- a/.aliases +++ b/.aliases @@ -39,6 +39,7 @@ alias gp="git push" alias gpf="git push --force" alias gpl="git pull" alias gpo="git push -u origin" +alias gpu="git push -u upstream" alias gr="git reset" alias grb="git rebase" alias grba="git rebase --abort" diff --git a/.vimrc b/.vimrc index 8ccb147..5b453cc 100644 --- a/.vimrc +++ b/.vimrc @@ -155,6 +155,7 @@ map i mmgg=G`m map ra :bufdo e! " this was better when it was :Sexplore... map s :Vexplore ~/Source/ +map d :Vexplore . map fw :FixWhitespace map lf :call LargeFileToggle()