diff options
author | Felippe da Motta Raposo <raposo.felippe@gmail.com> | 2018-06-08 16:32:21 -0700 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-06-08 23:32:21 +0000 |
commit | 6cbae83f174fa6d114ea66b1f8dd6185950ca835 (patch) | |
tree | 178a869a7fce12cc34eecd684a17d6340c9cd589 /alacritty.yml | |
parent | 66acf1e03da4d0206e3368bf58953b071887ccb2 (diff) | |
download | alacritty-6cbae83f174fa6d114ea66b1f8dd6185950ca835.tar.gz alacritty-6cbae83f174fa6d114ea66b1f8dd6185950ca835.zip |
Reduce Increase-/DecreaseFontSize step to 0.5
Until now the Increase-/DecreaseFontSize keybinds hand a step size of 1.0. Since the font size however is multiplied by two to allow more granular font size control, this lead to the bindings skipping one font size (incrementing/decrementing by +-2).
To fix this the step size of the Increase-/DecreaseFontSize bindings has been reduced to the minimum step size that exists with the current font configuration (0.5). This should allow users to increment and decrement the font size by a single point instead of two.
This also adds a few tests to make sure the methods for increasing/decreasing/resetting font size work properly.
Diffstat (limited to 'alacritty.yml')
0 files changed, 0 insertions, 0 deletions