Zachary Yedidia

Results 135 comments of Zachary Yedidia

I wouldn’t say this will never happen. I think it will be next on the list of things to do after a better keybinding system. So hopefully we can have...

Given that you don't have version information I'm not sure how to diagnose further. However I would definitely recommend installing via an official method: for example download the deb package...

I'm not sure how micro can detect that it is running in WSL rather than Linux, and therefore should use `clip.exe` instead of xclip/xsel. In addition `clip.exe` appears to only...

Yes it's always possible to disable the mouse in micro and fall back to your terminal emulator's selection and copy/paste. The drawback is that the terminal emulator has no concept...

Thank you for the detailed instructions for reproducing. I have added a commit that fixes the issue. Please let me know if you still experience it after the most recent...

I'm not opposed to this and I think it would be nice if the keybinding system were more powerful (allowing for vim-like key bindings as well, although not by default)...

I think it should mostly be possible to emulate nano keybindings with micro's current keybinding system. For example you could put something like this in your `~/.config/micro/bindings.json` to achieve nano...

It is possible to bind keys in the `init.lua` file as well. You can call the `BindKey` function: ``` BindKey("CtrlC", "Copy") ``` I thought about possible vim keybinding support in...

Thanks for your message, I have decided that it would be beneficial to have vim keybinding support and have been working on upgrading the keybinding system to support key sequences...

It's hard to tell what the problem is. However, you can manually install plugins, either by downloading the zip file for the plugin or cloning the git repository for the...