dotfiles

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

commit 482e73c7cfaa9b61d6d417269a9bcaf2056d3aee
parent 65503fd5ffe6f011308f8f2f595e0941b7896484
Author: Ed van Bruggen <ed@edryd.org>
Date:   Tue,  5 Dec 2017 22:38:46 -0800

vim: Add more pair completions

Diffstat:
vimrc | 16+++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/vimrc b/vimrc @@ -342,11 +342,13 @@ inoremap [<Space> [<Space><Space>]<Left><Left> inoremap [[ [ inoremap [] [] -inoremap <> <><Left> -inoremap "" ""<Left> -inoremap '' ''<Left> -inoremap `` ``<Left> -inoremap $$ $$<Left> - -inoremap /* /* */<Left><Left><Left> +inoremap <> <><Left> +inoremap "" ""<Left> +inoremap '' ''<Left> +inoremap `` ``<Left> +inoremap `<CR> ```<CR>```<Esc>O +inoremap $$ $$<Left> +inoremap %% %%<Left> + +inoremap /* /* */<Left><Left><Left>