mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
replaced 'screenMode' to 'windowSize' in config
This commit is contained in:
parent
f4ccb68464
commit
a11e91e651
3 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ If you want to change the config directory:
|
|||
```yaml
|
||||
gui:
|
||||
# stuff relating to the UI
|
||||
screenMode: 'normal' # one of 'normal' | 'half' | 'full' default is 'normal'
|
||||
windowSize: 'normal' # one of 'normal' | 'half' | 'full' default is 'normal'
|
||||
scrollHeight: 2 # how many lines you scroll by
|
||||
scrollPastBottom: true # enable scrolling past the bottom
|
||||
sidePanelWidth: 0.3333 # number from 0 to 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue