Pull in all repos function and changes to Vim

Vim:
- Local mappings to type out math notes.
- Mapping to toggle highlight searches and replace all.
- Increase linespace to display underscores.
This commit is contained in:
2018-02-09 14:43:47 -05:00
parent 4434607e03
commit 768baa4f33
4 changed files with 29 additions and 2 deletions

View File

@@ -36,4 +36,10 @@ gmrgr() {
git remote remove $1
}
gunc() { git update-index --assume-unchanged $1 ; }
gpla() {
cmds="lc snp 9r sch"
for cmd in $cmds; do
eval $cmd && gst && gpl && gclear
done
}
# Functions }}}