mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Add config setting for side panel location (left or top) in half screen mode
This commit is contained in:
parent
15da702140
commit
d70dd5123d
5 changed files with 85 additions and 1 deletions
|
@ -81,6 +81,11 @@
|
|||
"description": "Sometimes the main window is split in two (e.g. when the selected file has both staged and unstaged changes). This setting controls how the two sections are split.\nOptions are:\n- 'horizontal': split the window horizontally\n- 'vertical': split the window vertically\n- 'flexible': (default) split the window horizontally if the window is wide enough, otherwise split vertically",
|
||||
"default": "flexible"
|
||||
},
|
||||
"enlargedSideViewLocation": {
|
||||
"type": "string",
|
||||
"description": "How the window is split when in half screen mode (i.e. after hitting '+' once).\nPossible values:\n- 'left': split the window horizontally (side panel on the left, main view on the right)\n- 'top': split the window vertically (side panel on top, main view below)",
|
||||
"default": "left"
|
||||
},
|
||||
"language": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue