Christian Karl

Results 131 comments of Christian Karl

I am not sure what benefit a new "mode" would bring compared to the regular marking system, at least not for the usecase you mention. In this case you could...

I have a simple keybinding in my vimiv config to at least achieve the factor of 2 you describe: ``` m: mark %% && next ``` Of course this doesn't...

This is really cool, I have to admit I like it a lot! Instead of writing a longer message here I will add some thoughts directly in the plugin as...

This actually concerns the names of the required software dependencies to run vimiv, e.g. `pyqt5-common` for archlinux to simplify installation using the Makefile (see [here](https://karlch.github.io/vimiv-qt/documentation/install.html#package-names-for-distributions)). I was hoping to release...

I would certainly keep the two repositories as both have their value in some way, but the Qt version should become the "default" at some point. Hopefully with the 0.10...

Wow, thanks for working on this so quickly :tada: I quickly looked at the code and have a few hints if you don't mind :) With your implementation images are...

Thanks again, seems to work well now :) The info is just appearing because you probably haven't added the setting to your local `vimiv.conf` file. Initial idea was to make...

Perfect, thanks! If you like you can also add yourself to the `AUTHORS` file :)

Thanks a lot for starting to work on this! Just let me know when you are ready for a quick review so we can start the discussion :blush:

I am not sure concerning the splitting anymore, and really still have to review this properly, sorry for the delays. One thing I noticed though is that the man page...