diff --git a/src/actions.py b/src/actions.py index 34939577..25e943fc 100644 --- a/src/actions.py +++ b/src/actions.py @@ -23,6 +23,8 @@ "dedent": "outdentLines", "drink": "editNewLineAbove", "drop": "insertEmptyLineAbove", + "dupe": "copyLinesDown", + "dupe up": "copyLinesUp", "find all": "findInFiles", "float": "insertEmptyLineBelow", "fold": "fold",