Sindre T. Strøm
Sindre T. Strøm
@silverkorn Electron doesn't allow frameless windows to use the native menu bar. Or more specifically: the menu bar is part of the window frame. I did realise this could pose...
@silverkorn That is a great workaround. Thanks for the illustrative graphics. I'll see what I end up doing, but this might just be it.
@jemag An implementation with a floating window could possibly be nicer. But in the meantime you could add these mappings: ```lua require('diffview').setup({ keymaps = { file_panel = { ["?"] =...
@TimUntersberger I don't have anything planned out yet. But like you say, the first thing we need to figure out is the layout. How many splits do we need? I...
@serhez No, unfortunately not much. Nothing substantial at least, but I can dump some of my thoughts and ideas regarding what needs to be done in order to get this...
Sure, I would appreciate if you submitted a PR for this :) We might as well go all the way though: allow `win_config` to have a `winopts` field, that is...
@emmanueltouzery Yes, I've noticed this too. We could certainly move the cursor to the top of the file the first time its diff is opened in a view. In the...
@emmanueltouzery The hook definitely runs. You can easily tell by adding a print call. But I can see that `cursor()` doesn't work in the situation you describe for some reason....
Sure, we could add something like a `--use-last` option.
It is not planned, no. And honestly, I don't see a good reason to implement it in this plugin, seeing as there are many great tools for doing this already....