Johannes Altmanninger

Results 809 comments of Johannes Altmanninger

Here's a generic reimplementation of `menu` using prompt mode: https://github.com/kak-lsp/kak-lsp/blob/73a6fd4bf1c6137f694ebf97280b8071c28c5314/rc/lsp.kak#L196 The real fix though should be to give the menu mode fuzzy filtering. Note that it does have regex search...

That's a bug in master, you can cherry-pick 272b702 from #4156 to make the CI pass

I have an experimental implementation in my [undo-selection-change](https://github.com/krobelus/kakoune/tree/undo-selection-change) branch. Happy to hear feedback on the UI. I haven't tested it much yet (it's hard to unlearn muscle memory).

I don't think it's worth a breaking change but maybe accept both and only document/complete the new name?

yeah, reminds me of [creat](https://manpage.me/?q=creat) which was never fixed..

I think this is a good change. > define-command missing-windowing-system -params .. -docstring \ > 'Placeholder implementation for the focus and terminal aliases' %{ > fail This command only works...

I like using `set global autoreload yes` but I don't want it to automatically delete buffers if the file is deleted. The reason is that deleting buffers can cause data...

I think with active/inactive cursors Ilya means primary/secondary cursors

I've attempted some optimizations, you can try my `optimize-highlighters` branch which has all of them. This should make both the Markdown and the Ledger files usable. There are definitely more...

I think you are talking about https://github.com/mawww/kakoune/pull/4716 which optimizes an existing hack. That one is actually not relevant to `ledger.kak`; the most important one is https://github.com/mawww/kakoune/pull/4717. Apart from https://github.com/mawww/kakoune/pull/4714 I...