aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2018-01-09 01:33:24 +0100
committerChristian Duerr <contact@christianduerr.com>2018-01-22 01:24:17 +0100
commitca05bc700eb237a503125f784def834dbf015c96 (patch)
tree9b7157b8d319900daa267cb35ab84068e2a27e2c
parentc704c168cd14896aa0181a77971561931d4b17c7 (diff)
downloadalacritty-ca05bc700eb237a503125f784def834dbf015c96.tar.gz
alacritty-ca05bc700eb237a503125f784def834dbf015c96.zip
Move link below the `key` block
-rw-r--r--alacritty.yml3
-rw-r--r--alacritty_macos.yml3
2 files changed, 0 insertions, 6 deletions
diff --git a/alacritty.yml b/alacritty.yml
index 4627e0a9..90a27254 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -246,9 +246,6 @@ live_config_reload: true
# Key bindings
#
-# A list with all available `key` names can be found here:
-# https://docs.rs/glutin/0.12.0/glutin/enum.VirtualKeyCode.html#variants
-#
# Each binding is defined as an object with some properties. Most of the
# properties are optional. All of the alphabetical keys should have a letter for
# the `key` value such as `V`. Function keys are probably what you would expect
diff --git a/alacritty_macos.yml b/alacritty_macos.yml
index 9391b73d..7593cabe 100644
--- a/alacritty_macos.yml
+++ b/alacritty_macos.yml
@@ -227,9 +227,6 @@ live_config_reload: true
# Key bindings
#
-# A list with all available `key` names can be found here:
-# https://docs.rs/glutin/0.12.0/glutin/enum.VirtualKeyCode.html#variants
-#
# Each binding is defined as an object with some properties. Most of the
# properties are optional. All of the alphabetical keys should have a letter for
# the `key` value such as `V`. Function keys are probably what you would expect