Till Bungert

Results 14 issues of Till Bungert

Hello, I would like to use your code or at least some parts of it in experiments and was wondering if you were willing to add a license to the...

I don't know how hard this would be to implement, but a simple form of interactivity would be to make the bar clickable and scroll to the position that was...

enhancement
help wanted

Closes #5. I'll commit some more documentation later (i.e. on replacing `rg` with a different tool). We may consider replacing `rg` by default with `grep`, although `rg` is faster everybody...

I think it would be a good addition to also show marks a user has set (via `m[a-zA-Z]`). This could be opt in to avoid clutter, but should not be...

enhancement
help wanted

I think it would be quite possible to implement showing search results right in this plugin without requiring installing another plugin (that also overwrites `n` mappings). The only requirements I...

enhancement

I noticed when scrolling, that the bar first increases in size in the scrolling direction before moving and decreasing to its previous size. I suspect this is not intended behavior...

bug
help wanted

Hi, I wanted to address #73. I added a `dest` parameter to all export functions except `markdownExport` and `pandocExport` as those can already be configured via frontmatter. If you want...

This PR adds a new function to handle `CursorMoved` and `WinScrolled`. On `CursorMoved` it only rehighlights when the cursor left the cell, `WinScrolled` only redraws the output if the end...

**Is your feature request related to a problem? Please describe.** Having magma enabled makes scrolling slow, especially in larger cells and files. **Describe the solution you'd like** I didn't have...

enhancement

**Is your feature request related to a problem? Please describe.** Add documentation in vimdocs format so it can be accessed via `:h magma`. **Describe the solution you'd like** Ideally there...

enhancement