dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 5d7275f22a42fa36d4518c56e94d51350f2504be
parent 8c253956abd96a39923caf2aacb0e168fa1860f3
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sat,  3 Jun 2017 22:26:40 -0700

vim: Add $ pair completion for inline latex

Diffstat:
vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -338,6 +338,7 @@ inoremap <> <><Left> inoremap "" ""<Left> inoremap '' ''<Left> inoremap `` ``<Left> +inoremap $$ $$<Left> inoremap /* /* */<Left><Left><Left>