diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index d92b1f76..76047d2a 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -101,6 +101,11 @@ # auto pick-up. Set this to `None` to use the default theme variant. #decorations_theme_variant: None + # Resize increments + # + # Prefer resizing window by discrete steps equal to cell dimensions. + #resize_increments: false + # Make `Option` key behave as `Alt` (macOS only): # - OnlyLeft # - OnlyRight |