From de84ab2072288ea609ef9ae8e6521b537baab75d Mon Sep 17 00:00:00 2001 From: David Date: Mon, 3 Aug 2020 20:28:41 +0200 Subject: Fix typo in example config file --- alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit