File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -445,6 +445,19 @@ This command will delete a target and leave the cursor where the target used to
445
445
` change blue air `
446
446
Deletes the token containing letter 'a' with a blue hat then places your cursor where the token had been.
447
447
448
+ ### ` "clone" ` / ` "clone up" `
449
+
450
+ These commands insert a copy of the target either before or after the target itself, leaving your cursor(s) in the newly created clone.
451
+
452
+ - ` "clone <TARGET>" `
453
+ - ` "clone up <TARGET>" `
454
+
455
+ For example:
456
+
457
+ - ` "clone funk" ` inserts a copy of the function containing your cursor just below the function
458
+ - ` "clone up funk" ` inserts a copy of the function containing your cursor just above the function
459
+ - ` "clone state air" ` inserts a copy of the statement containing ` a ` with a gray hat below the given statement itself
460
+
448
461
### Cut / copy
449
462
450
463
- ` "carve <TARGET>" ` : cut
You can’t perform that action at this time.
0 commit comments