Lukas Fleischer

Results 198 comments of Lukas Fleischer

I like the proposal. We should also think of moving less common key bindings to a prefixed command (similarly to the `g` and `z` keys in vim). Moving here probably...

Thanks for the summary, Lars. Unfortunately, it's been a while since I have worked on the code for occurrence detection. Do you have a rough estimate on how much work...

Yes, hence my question how much work it would be to change the implementation such that it's possible to detect two occurrences. Is there a chance it's not too much...

I think it's reasonable to disallow events that overlap with themselves (i.e. the repetition interval is shorter than the length), even though that may be hard to detect (and may...

Thanks a lot for looking into this, Lars! Your proposal to restrict to length of items with monthly recurrence to 28 days and with yearly recurrence to 365 days makes...

I did consider your original suggestion but I do not think we should disallow something that is perfectly reasonable and has some practical use cases, only because our current implementation...

You can see in the status bar on the bottom that the `j` and `k` keys can be used to resize the status bar. Is that not obvious enough?

Did you try to repeat the key strokes multiple times (i.e. push and hold `j` for a while, then push and hold `k` for a while)?

After you see the sidebar width changing, a single key press should work too. The reason is that your sidebar was probably configured to be very small, much smaller than...

The problem is that the sidebar width is configured as a ratio of the total window size. There's no reasonable lower limit for that since even a percentage of 1%...