Dmytro Maluka

Results 310 comments of Dmytro Maluka

Perhaps a simple fix for this issue is just like my workaround: always set `c++` filetype for a `*.h` file (i.e. have a rule for `*.h` in `cpp.hdr` only, remove...

This issue is always gonna be in current master. It is the same issue I wrote about in https://github.com/zyedidia/micro/issues/2868#issuecomment-1639042506 I think all we can do here is clearly explain in...

Well... > Terminal: Kitty and: https://github.com/zyedidia/micro/issues/2868#issuecomment-1640562141 so: with https://github.com/gdamore/tcell/issues/671 fixed, things might get better (but only with Kitty and a couple of other terminals)...

I've noticed that in the newest Micro it is actually deterministic: C is always chosen over C++ and Objective-C for *.h files. The reason is that built-in syntax files are...

Not exactly this but similar (and arguably better) functionality is provided by my PR #1897.

Have you already tried running micro with `micro -config-dir /tmp` as @zyedidia suggested, to see if this is a plugin issue or not?

If `~/.config/micro/plug` directory was intact across reinstallations then yes, it could be a plugin.

Could you try with another terminal (xterm or whatever)? Also could you elaborate what exactly did you mean by "micro has been constantly reopening threads of closed instances"? Does it...

> The fix does indeed work for `su root` however when you enter a root shell using `sudo su` then open micro using `micro` and quit using the terminal's x,...

@okalm @omaru-ok Sorry for being late on this. Yes, binding `F5-j` as is doesn't work because `F5` is not a modifier key. But you can bind it as a key...