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

@@ -54,5 +54,7 @@ if [ "$(hostname)" == "X1-Carbon" ]; then
xmodmap -e "keycode 119 = End"
xmodmap -e "keycode 110 = Delete"
xmodmap -e "keycode 115 = BackSpace"
alias thn="thunar ."
fi
# Laptop }}}