diff --git a/vim/plugin/match-brackets.vim b/vim/plugin/match-brackets.vim index 70e39d9..3773a97 100644 --- a/vim/plugin/match-brackets.vim +++ b/vim/plugin/match-brackets.vim @@ -25,17 +25,17 @@ " Braces {} " Typing { in insert mode will automatically insert a closing " curly brace as well and place the curser on the closing brace -imap { {}i +imap { {} " Parantheses () " Typing ( in insert mode will automatically insert a closing " paranthesis as well and place the cursor on the closing paranthesis " in insert mode. -imap ( ()i +imap ( () " Brackets [] " Typing [ in insert mode will automatically insert a closing " bracket as well and place the cursor on the closing bracket " in insert mode. -imap [ []i +imap [ []