-
|
Is it currently possible in ecode to set a shortcut to duplicate the current line/selection? Thinking of Geanys Ctrl-D which got deep into my muscle memory. Couldn't find anything regarding that in the documentation. |
Beta Was this translation helpful? Give feedback.
Answered by
SpartanJ
Dec 6, 2025
Replies: 1 comment 3 replies
-
|
I think I totally forgot adding this command, I was sure it was available but it seems that it's not (clearly I don't use it, and when I used Geany I remember removing that key bind). I'll add it soon, I'll tell you the command name as soon as it's available in the nightly builds. Thanks for letting me notice it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added, command is called
duplicate-line-or-selection(same as in Geany) you'll be able to find it in the command palette. It's not binded by default, at least for now, I might add it later, I need to find a good keybind (ctrl+d and ctrl+shift+d are already in use for multi-cursor, which is the most common bind in editors for those combinations). It will be available in the nightly builds a few minutes after this post (around ~20 mins).