diff --git a/README.md b/README.md index 709938e..6fe619a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ Features | } +* Insert spaces before closing characters + + input: {|} (press at |) + output: { | } + * Skip closed bracket. input: [] @@ -105,6 +110,13 @@ Options When g:AutoPairsMapCR is on, center current line after return if the line is at the bottom 1/3 of the window. +* g:AutoPairsMapSpace + + Default : 1 + + Map to insert a space after the opening character and before the closing one. + execute 'inoremap =AutoPairsReturn()' + TroubleShooting --------------- The script will remap keys ([{'"}]) ,