summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorLouis DeLosSantos <louis.delos@gmail.com>2023-09-29 16:18:45 -0400
committerStefan Haller <stefan@haller-berlin.de>2023-09-30 20:57:38 +0200
commit9c72d8a2b063154ef838bfb71d831700fa2deccc (patch)
treeae1c27972b5daee3cb09ba6b312e7cc259bb6666 /docs/Config.md
parent4f3127ccb82ac5458a6c7527c0295ca9719c01f8 (diff)
Add ability to force portrait mode
A new gui config flag 'portraitMode':<string> is added to influence when LazyGit stacks its UI components on top of one another. The accepted values are 'auto', 'always', 'never'. 'auto': enter portrait mode when terminal becomes narrow enough 'always': always use portrait mode unconditional of the terminal dimensions 'never': never use portraid mode Signed-off-by: Louis DeLosSantos <louis.delos@gmail.com>
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 6d50aca4c..fde550baf 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -85,6 +85,7 @@ gui:
skipRewordInEditorWarning: false # for skipping the confirmation before launching the reword editor
border: 'rounded' # one of 'single' | 'double' | 'rounded' | 'hidden'
animateExplosion: true # shows an explosion animation when nuking the working tree
+ portraitMode: 'auto' # one of 'auto' | 'never' | 'always'
git:
paging:
colorArg: always