switch to scrollbar style now that bug is fixed

This commit is contained in:
lelgenio 2020-10-16 21:14:30 -03:00
parent b89adc4b57
commit 156829a642

View file

@ -88,8 +88,8 @@ c.hints.chars = "aoeuidnths"
# c.input.insert_mode.auto_leave = False
# necessary for screensharing due to bug
c.scrolling.bar = 'never'
# Scrollbar style
c.scrolling.bar = 'overlay'
c.scrolling.smooth = True