diff --git a/README.md b/README.md index 0e4d08d..e7744fe 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Fly Mode -------- Fly Mode will always force closed-pair jumping instead of inserting. only for ")", "}", "]" -If jumps in mistake, could use AutoPairsBackInsert(Default Key: ) to jump back and insert closed pair. +If jumps in mistake, could use AutoPairsBackInsert(Default Key: ``) to jump back and insert closed pair. the most situation maybe want to insert single closed pair in the string, eg ")" @@ -151,13 +151,13 @@ Shortcuts : Toggle Autopairs (g:AutoPairsShortcutToggle) : Fast Wrap (g:AutoPairsShortcutFastWrap) : Jump to next closed pair (g:AutoPairsShortcutJump) - : BackInsert + : BackInsert (g:AutoPairsShortcutBackInsert) If or conflict with another keys or want to bind to another keys, add let g:AutoPairShortcutToggle = '' - to .vimrc, it the key is empty string '', then the shortcut will be disabled. + to .vimrc, if the key is empty string '', then the shortcut will be disabled. Options -------