Closed antoyo closed 4 years ago
Hi. Let's say I have the following:
10
And I want to transform it into:
function(10)
How would I do that?
If I type function( before 10 I get:
function(
function()10
Which is not what I want. Thanks.
There are mapping for that already set these commands: let g:AutoPairsShortcutToggle= let g:AutoPairsShortcutFastWrap= let g:AutoPairsShortcutJump= let g:AutoPairsShortcutBackInsert=
Fast wrap is what you want
Hi. Let's say I have the following:
And I want to transform it into:
How would I do that?
If I type
function(
before10
I get:Which is not what I want. Thanks.