Optionally start with the tree panel toggled off #305
Replies: 2 comments 1 reply
|
right, no way to start with the tree hidden today, only the worth adding, it fits the existing pattern of if you want to bring a PR, go ahead. Otherwise I'll add it. |
|
done in #308, merged to master.
the layout math did not need touching: the resize path and the file-load path already branched on the same internal state the toggle sets, so the flag reuses them. The only real addition was moving initial focus to the diff pane when the tree starts hidden, otherwise the cursor keys would drive a pane that is not on screen. this will be in the next release. |
Uh oh!
There was an error while loading. Please reload this page.
Side pane can be toggled with
t. But there is no way of starting revdiff with side pane off.Add an argument --no-tree.
Also, consider adding ini key.
All reactions