mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
deploy: ba6b75011b
This commit is contained in:
parent
420490d4cf
commit
00d3eb70b7
1 changed files with 7 additions and 5 deletions
|
@ -11473,12 +11473,14 @@ package</p>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>Configuration written to
|
<p>Configuration written to
|
||||||
<code class="filename">$XDG_CONFIG_HOME/alacritty/alacritty.yml</code>. See
|
<code class="filename">$XDG_CONFIG_HOME/alacritty/alacritty.yml</code> or
|
||||||
<a class="link" href="https://github.com/alacritty/alacritty/blob/master/alacritty.yml" target="_top">https://github.com/alacritty/alacritty/blob/master/alacritty.yml</a>
|
<code class="filename">$XDG_CONFIG_HOME/alacritty/alacritty.toml</code>
|
||||||
for the default configuration.</p>
|
(the latter being used for alacritty 0.13 and later).
|
||||||
|
See <a class="link" href="https://github.com/alacritty/alacritty/tree/master#configuration" target="_top">https://github.com/alacritty/alacritty/tree/master#configuration</a>
|
||||||
|
for more info.</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Type:</em></span>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
YAML value</p>
|
TOML value</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Default:</em></span>
|
<p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">{ }</code></p>
|
<code class="literal">{ }</code></p>
|
||||||
|
@ -11488,7 +11490,7 @@ YAML value</p>
|
||||||
lines = 3;
|
lines = 3;
|
||||||
columns = 200;
|
columns = 200;
|
||||||
};
|
};
|
||||||
key_bindings = [
|
keyboard.bindings = [
|
||||||
{
|
{
|
||||||
key = "K";
|
key = "K";
|
||||||
mods = "Control";
|
mods = "Control";
|
||||||
|
|
Loading…
Reference in a new issue