mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-23 22:24:51 +02:00
Added screenMode configuration to gui configuration
This commit is contained in:
@@ -21,6 +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'
|
||||
scrollHeight: 2 # how many lines you scroll by
|
||||
scrollPastBottom: true # enable scrolling past the bottom
|
||||
sidePanelWidth: 0.3333 # number from 0 to 1
|
||||
|
||||
Reference in New Issue
Block a user