Minor improvements on bashrc (*initify) and vimeratorrc (insert mode)

This commit is contained in:
Austen Adler 2014-08-04 16:20:39 -04:00
parent fbaaabe158
commit d8d819216e
2 changed files with 3 additions and 2 deletions

4
bashrc
View File

@ -167,9 +167,9 @@ function cinitify(){
echo -n "Pull from: "
read from
git pull $FROM
git checkout master
fi
done
git checkout master
}
export -f cinitify
function initify(){
@ -185,9 +185,9 @@ function initify(){
echo -n "Pull from: "
read from
git pull $FROM
git checkout master
fi
done
git checkout master
}
export -f initify

View File

@ -46,6 +46,7 @@ inoremap <C-H> <Home>
inoremap <C-b> <C-Left>
inoremap <C-w> <C-Right>
inoremap <C-d><C-d> <Home><S-End><BS>
inoremap <C-a> <End><S-Home>
vnoremap L $
vnoremap H ^
set animations=true