summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorKOREAN139 <korean139@gmail.com>2018-11-08 19:35:05 +0900
committerKOREAN139 <korean139@gmail.com>2018-11-08 19:35:05 +0900
commit9d79d32c94820effd0aa415a7fea522116781333 (patch)
treeac91ecb7829d73eeaf4b38a7cd8dc49d59e6fb3b /pkg/config
parentc2eaeab1f07e692cfa5b49b8bd707f17f7d1f892 (diff)
add scroll-past-bottom configuration option
with gui.scrollPastBottom option true, lazygit let user scroll past the bottom - which is default if option is false, user cannot scroll further when bottom of file has appeared in mainView
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/app_config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index 7cde63de1..f789349b4 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -214,6 +214,7 @@ func GetDefaultConfig() []byte {
`gui:
## stuff relating to the UI
scrollHeight: 2
+ scrollPastBottom: true
theme:
activeBorderColor:
- white