Skip to content

Instantly share code, notes, and snippets.

@detunized
Created May 6, 2017 20:02
Show Gist options
  • Save detunized/35ef3076974743430737ee97305329e2 to your computer and use it in GitHub Desktop.
Save detunized/35ef3076974743430737ee97305329e2 to your computer and use it in GitHub Desktop.
Duplicate line Far Manager editor macro
-- 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