Chris Grieser

Results 388 comments of Chris Grieser
trafficstars

This should be fixed with the latest release (version 3, requiring Alfred 5). If not, please re-open!

I also want to express the need for commenting highlights. A lot of people extract their annotations from their PDFs, and adding a comment to a highlight is kind of...

@wenbopeng That does not solve the problem of being unable to comment highlights, and used as a workaround it has a lot of disadvantages, like e.g. not being able to...

> If you trust me, you can use this: [vlc-3.0-macosx-all.zip](https://github.com/nurupo/vlc-pause-click-plugin/files/8610388/vlc-3.0-macosx-all.zip) Thank you so much, after having tried a bunch of methods, this is literally the first time I got it...

Thanks, I just tried it and works so far. I'll keep you posted how well it works on daily usage. One thing I already noticed is that it kinda interferes...

can confirm that it works. For anyone finding this issue via search: After enabling the separation of session and config data in the settings, you can add this to your...

same here. For me, it's even worse, cropping is zoomed in so much that it's basically unusable, since I cannot pane or zoom in the crop subwindow?

I think it does not have anything to do with strings per se, but rather that there needs to be a space before the colon: ```lua ":smi| " -- this...

I found this useful enough that implemented I implemented such a text object in my plugin, [nvim-various-textobjs](https://github.com/chrisgrieser/nvim-various-textobjs). to uncomment via `gcu`, use this mapping: ```lua keymap("o", "u", "lua require('various-textobjs').multiCommentedLines()") ```...

I am on the latest commit and noticed the very same behavior: dot repeats move me to the original position.