Created
May 6, 2017 20:02
-
-
Save detunized/35ef3076974743430737ee97305329e2 to your computer and use it in GitHub Desktop.
Duplicate line Far Manager editor macro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Copyright (C) 2017 Dmitry Yakimenko ([email protected]). | |
-- Licensed under the terms of the MIT license. See LICENCE for details. | |
-- Duplicate line Far Manager editor macro | |
Macro { | |
description = "Duplicate line"; | |
area = "Editor"; | |
key = "CtrlD"; | |
action=function() | |
Editor.InsStr(Editor.GetStr(-1), -1) | |
end; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment