Dmytro Maluka
Dmytro Maluka
This essentially boils down to a question how to send a command to micro remotely, via a socket or something. I don't think there is such a possibility, unfortunately.
> Once this [#3733](https://github.com/zyedidia/micro/pull/3733). gets merged , you could create an overlay that reloads the config continuously or read the content of a file and reload with some condition. You...
> Could you provide a short snippet or describe a bit more that approach by any chance? ```lua local time = import("time") local interval = time.ParseDuration("1s") local function periodicReload() config.Reload()...
> when`config.Reload()` is called my other plugins don't really work. Sounds like a bug.
> an instance of micro I already closed starts eating away all my memory, and I need to kill. I.e. you closed it but the micro process wasn't actually terminated,...
> also fixes issue where undo Does it? > what are your thoughts on the "selection down" action? I remember you suggested it in https://github.com/zyedidia/micro/pull/3635#issuecomment-2623181017 but it doesn't make a...
You mean, create a branch in this repo (https://github.com/zyedidia/micro)? If needed, we always can, but I'm not sure why are asking about it here. Speaking of this PR, I simply...
Ah, I know what's the issue here. It is the same issue as #2839 and #3115. It is fixed by @JoeKar's PR #3127. We still haven't merged it (we're yet...
> Any workaround for this? They could all have their own config directories (i.e. `~/.config/micro/` as usual) but with `settings.json`, `bindings.json`, `init.lua`, `plug`, `colorschemes`, `syntax` being symlinks to some global...
By intention: the next commit https://github.com/zyedidia/micro/pull/3503/commits/6214abba9a4e6512cf4090f408c7b1174918aee4 changes those 2 places to set `c.LastVisualX` instead of `c.LastWrappedVisualX`. In those 2 places we don't need to update `c.LastVisualX`, since `c.LastVisualX`, unlike `c.LastWrappedVisualX`,...