Dmytro Maluka
Dmytro Maluka
@marlonn Are you talking about the fact that if you remove any keybinding for `Alt-/` in `bindings.json`, the comment plugin forcefully adds its default binding `"Alt-/": "lua:comment.comment"` to bindings.json again...
Yes, and this is not a problem of the `comment` plugin, this is an architectural problem of micro as a whole. I believe it was an unfortunate design decision to...
> But the fact that it strips away any comments I've written in the file is a such a pain. I think JSON doesn't allow comments?
> Well, I can think of some rather hacky solutions, for example change `TryBindKey()` behavior so that plugins' default keybindings are applied every time when micro starts (if they are...
I'm not reproducing this. Backspace deletes the previous rune at all cursors, not just one. Could you describe your steps more precisely?
Hmm, I've repeated exactly the same steps as in your video, with exactly the same micro version (2.0.13, commit 68d88b57) but Backspace deletes character at the end of all 3...
> @X-Ryl669 I'm unable to reproduce the issue even with your settings and set of plugins. Neither am I.
The terminal sends `Ctrl-Shift-z` as the same event as `Ctrl-z`, so micro is not able to distinguish them, it thinks that it receives `Ctrl-z`, not `Ctrl-Shift-z`. Unfortunately it is true...
@Tommimon Copying & pasting between micro running as root and other applications works for me with newest micro (in X11). Could you describe your environment more precisely (micro version, X11...
Which version of micro was this error encountered on? How to reproduce it?