Update README
This commit is contained in:
parent
331060ff4b
commit
dceeb70a93
@ -84,7 +84,7 @@ Features
|
|||||||
output: if(a[3])| (In Fly Mode)
|
output: if(a[3])| (In Fly Mode)
|
||||||
output: if(a[3)]) (Without Fly Mode)
|
output: if(a[3)]) (Without Fly Mode)
|
||||||
|
|
||||||
input:
|
input:
|
||||||
{
|
{
|
||||||
hello();|
|
hello();|
|
||||||
world();
|
world();
|
||||||
@ -92,7 +92,7 @@ Features
|
|||||||
|
|
||||||
(press } at |)
|
(press } at |)
|
||||||
|
|
||||||
output:
|
output:
|
||||||
{
|
{
|
||||||
hello();
|
hello();
|
||||||
world();
|
world();
|
||||||
@ -116,7 +116,7 @@ Fly Mode
|
|||||||
|
|
||||||
Default Options:
|
Default Options:
|
||||||
|
|
||||||
let g:AutoPairs_FlyMode = 1
|
let g:AutoPairsFlyMode = 1
|
||||||
let g:AutoPairsShortcutBackInsert = '<M-b>'
|
let g:AutoPairsShortcutBackInsert = '<M-b>'
|
||||||
|
|
||||||
Shortcuts
|
Shortcuts
|
||||||
|
Loading…
Reference in New Issue
Block a user