summaryrefslogtreecommitdiffstats
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/Config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 7f342df7f..dfbbdb10b 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -6,6 +6,7 @@
gui:
# stuff relating to the UI
scrollHeight: 2 # how many lines you scroll by
+ scrollPastBottom: true # enable scrolling past the bottom
theme:
activeBorderColor:
- white