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:
@@ -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 }}}
|
||||
|
||||
Reference in New Issue
Block a user