I have just found this project and used it for a machine where I had several long-ignored pacnew files and it saved me a ton of time!
After doing an ediff session and saving the merged state, I went to see the diff for double-check before applying the changes and found that SPACE didn't paginate (the buffer is read-only, as it should, but no navigation) and the same happened with q for closing the buffer.
I didn't check what mode the buffer was in, but I recall reading somewhere that there is a basic built-in major mode for this behaviour, with basic navigation and the closing command. My guess is that we could use that mode instead fo the current one to improve the user experience.
I'm not very familiar with Elisp or I'd recall the name of the mode and offer it as a PR. WDYT?
I have just found this project and used it for a machine where I had several long-ignored pacnew files and it saved me a ton of time!
After doing an ediff session and saving the merged state, I went to see the diff for double-check before applying the changes and found that
SPACEdidn't paginate (the buffer is read-only, as it should, but no navigation) and the same happened withqfor closing the buffer.I didn't check what mode the buffer was in, but I recall reading somewhere that there is a basic built-in major mode for this behaviour, with basic navigation and the closing command. My guess is that we could use that mode instead fo the current one to improve the user experience.
I'm not very familiar with Elisp or I'd recall the name of the mode and offer it as a PR. WDYT?