bugnano / rnr

The RNR File Manager (RNR's Not Ranger)
GNU General Public License v3.0
53 stars 1 forks source link

[PR] Added pane wide-mode #9

Open jnko opened 7 months ago

jnko commented 7 months ago

Hi,

in addition to my previous horizontal/vertical FR I wrote a small patch called Wide-Mode.

Sometimes you need just space to overview everything. This is where Wide-Mode comes in. Just press meta+w (ALT+W) to activate the wide-mode and the active pane becomes wide. Press TAB and the other pane becomes wide. Press meta+w again to disable the wide-mode

I did not create a PR because this is just some lines of code. I would be glad if you could include it in one of the next releases.

main.py.patch.txt

`--- main.py 2023-08-24 12:57:12.000000000 +0200 +++ mainpatched.py 2023-11-03 19:38:09.910855804 +0100 @@ -234,6 +234,8 @@ self.suspend = set() self.pending_jobs = [] self.focused_quickviewer = False