Skip to content

Commit

Permalink
fix(alacritty): Remove scrolling.faux_multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
musq committed Mar 7, 2020
1 parent 63e2a90 commit 515711b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ scrolling:
# scrollback is enabled (history > 0).
multiplier: 3

# Faux Scrolling
#
# The `faux_multiplier` setting controls the number of lines the terminal
# should scroll when the alternate screen buffer is active. This is used
# to allow mouse scrolling for applications like `man`.
#
# Specifying `0` will disable faux scrolling.
faux_multiplier: 3

# Scroll to the bottom when new text is written to the terminal.
auto_scroll: true

Expand Down

0 comments on commit 515711b

Please sign in to comment.