Jöran Karl

Results 79 comments of Jöran Karl

> @JoeKar So IIUC, raw escape bindings generally work, they only don't work if the same escape sequence is also recognized as a known key event (and your PR [zyedidia/tcell#25](https://github.com/zyedidia/tcell/pull/25)...

> On Putty, it's exact same behavior as in MobaXterm, and exact same raw escape sequences. > > on Kitty, CtrlShiftRight & Left work in micro correctly. Raw output: It...

> As I mentioned above, the actual escape sequences are not the same for c-s-left and for left. Ok, then we've at least the chance to handle this. But before...

Unfortunately the root cause of #1650 still applies in the moment `parsecursor` is active and the file is called e.g. `file:123` or `file:123:321` respective ends with `:NUMBER`. It's arguable a...

The macos build simply failed by builder timeout. Nothing special, just needs a kick...

The reason is rather simple, because the whole search mechanism iterates over the lines which don't include the line feeds yet (see: https://github.com/zyedidia/micro/blob/master/internal/buffer/search.go#L151). These will be added in the moment...

> `replaceall '\t' '...'` ...was working for me, but... > replaceall '...' '\t' ...doesn't. But we've to be careful, since the search string is interpret as regex and thus the...

Can you please provide a sample document? I will have a look into it, if things can be improved.

@SollyBunny: Please give some feedback how the general behavior is with #2840 regarding the performance.

I took this issue and currently try to improve the highlighting performance. The first result is a ~50% faster highlighting, but it's still horrible slow in case a lot of...