From 00d3eb70b70fa14e2b6718b4a26c57e949d74522 Mon Sep 17 00:00:00 2001 From: rycee Date: Thu, 28 Dec 2023 20:26:34 +0000 Subject: [PATCH] deploy: ba6b75011b44e85b1b755b6c423f85d0817645f7 --- options.xhtml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/options.xhtml b/options.xhtml index 6d800974..f3a29137 100644 --- a/options.xhtml +++ b/options.xhtml @@ -11473,12 +11473,14 @@ package

Configuration written to -$XDG_CONFIG_HOME/alacritty/alacritty.yml. See -https://github.com/alacritty/alacritty/blob/master/alacritty.yml -for the default configuration.

+$XDG_CONFIG_HOME/alacritty/alacritty.yml or +$XDG_CONFIG_HOME/alacritty/alacritty.toml +(the latter being used for alacritty 0.13 and later). +See https://github.com/alacritty/alacritty/tree/master#configuration +for more info.

Type: -YAML value

+TOML value

Default: { }

@@ -11488,7 +11490,7 @@ YAML value

lines = 3; columns = 200; }; - key_bindings = [ + keyboard.bindings = [ { key = "K"; mods = "Control";