commit 55b6a60cd4a8c6343e4ce7f9ad113604f00276a1 Author: LickTheCheese Date: Sat Jul 20 13:49:28 2019 -0400 added vimrc diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..2994fa1 --- /dev/null +++ b/.vimrc @@ -0,0 +1,9 @@ + + +" some custom commands +" +" insert mom templates +command Tmomc :r ~/Documents/templates/chapter.mom +command Tmomg :r ~/Documents/templates/general.mom + +