marta-issues icon indicating copy to clipboard operation
marta-issues copied to clipboard

[Suggestion] core.clone.(left|right) works on not related to current pane position

Open KonishiYuzo opened this issue 1 year ago • 1 comments

Current

core.clone.left(right) is only working on right(left) pane of current position.

Suggestion

I prefer that it always works. (Not related to current pane position) (Also core.clone.(left|right).folder)

Or Relative action, I like. core.clone.(active|inactive)

Thank you for your great filer.

KonishiYuzo avatar Jan 09 '24 05:01 KonishiYuzo

It is a stopgap measure, but not difficult to implement with a plugin. Look at "clone.active" and "clone.inactive".

https://github.com/marvelph/MartaPlugins/blob/main/Plugins/navigation.lua

marvelph avatar May 10 '24 02:05 marvelph