Skip to content

Commit

Permalink
Added action duplicate (#34)
Browse files Browse the repository at this point in the history
* added action for line duplication

* updated duplicate actions
  • Loading branch information
AndreasArvidsson authored and pokey committed Jul 24, 2021
1 parent 78d866b commit fdb036d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"dedent": "outdentLines",
"drink": "editNewLineAbove",
"drop": "insertEmptyLineAbove",
"dupe": "copyLinesDown",
"dupe up": "copyLinesUp",
"find all": "findInFiles",
"float": "insertEmptyLineBelow",
"fold": "fold",
Expand Down

0 comments on commit fdb036d

Please sign in to comment.