diff --git a/README.md b/README.md index 7b0dab4..709938e 100644 --- a/README.md +++ b/README.md @@ -8,36 +8,37 @@ copy plugin/auto-pairs.vim to ~/.vim/plugin Features -------- -### Insert in pair +* Insert in pair - input: [ - output: [|] + input: [ + output: [|] -### Delete in pair +* Delete in pair - input: foo[ - output: foo + input: foo[ + output: foo -### Insert new indented line after Return +* Insert new indented line after Return - input: {|} (press at |) - output: { - | - } + input: {|} (press at |) + output: { + | + } -### Skip closed bracket. -call feedkeys( - input: [] - output: [] +* Skip closed bracket. -### Ignore auto pair when previous character is \ + input: [] + output: [] - input: "\' - output: "\'" +* Ignore auto pair when previous character is \ -### Fast Wrap - input: |'hello' (press ( at|) - output: ('hello') + input: "\' + output: "\'" + +* Fast Wrap + + input: |'hello' (press ( at|) + output: ('hello') Shortcuts