Added snippets to help with math lectures

- snippets: Roman d, axes
- Vim: set fold to markers by default, jump to middle of line mapping
This commit is contained in:
2018-02-05 16:20:14 -05:00
parent 7adfcb7948
commit 9db2037c26
8 changed files with 46 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
if [ "$(whoami)" == "kevin" ]; then
alias vbn="cvlc --loop ~/Downloads/brown-noise.mp3"
alias vbn="cvlc --loop --alsa-gain 1 ~/Downloads/brown-noise.mp3"
alias mt="ok ~/Documents/School/calc-textbook.pdf"
alias clc="gcalccmd"