diff options
author | David <david.bialik@gmail.com> | 2020-08-03 20:28:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 18:28:41 +0000 |
commit | de84ab2072288ea609ef9ae8e6521b537baab75d (patch) | |
tree | 9fa349cd873315fd6810663ddc9685f73d25db77 /alacritty.yml | |
parent | bfdfe2b0dda40b8660d2f3c87bc78fb429eac57b (diff) | |
download | alacritty-de84ab2072288ea609ef9ae8e6521b537baab75d.tar.gz alacritty-de84ab2072288ea609ef9ae8e6521b537baab75d.zip |
Fix typo in example config file
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty.yml b/alacritty.yml index 5bad7ad9..da41059a 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -521,7 +521,7 @@ # - Up # Move the vi mode cursor up by one line. # - Down -# Move the vi mode cursor down by one linee. +# Move the vi mode cursor down by one line. # - Left # Move the vi mode cursor left by one character. # - Right |