Update README.md

This commit is contained in:
Rafael Gonzaga 2019-12-05 17:53:14 -03:00 committed by GitHub
parent 39f06b873a
commit 563917e0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,13 +129,13 @@ If jumps in mistake, could use AutoPairsBackInsert(Default Key: `<M-b>`) to jump
the most situation maybe want to insert single closed pair in the string, eg ")"
Fly Mode is DISABLED by default.
Fly Mode is ENABLED by default.
add **let g:AutoPairsFlyMode = 1** .vimrc to turn it on
add **let g:AutoPairsFlyMode = 0** .vimrc to turn it off
Default Options:
let g:AutoPairsFlyMode = 0
let g:AutoPairsFlyMode = 1
let g:AutoPairsShortcutBackInsert = '<M-b>'
Shortcuts