mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +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>
|
||||
<dd>
|
||||
<p>Configuration written to
|
||||
<code class="filename">$XDG_CONFIG_HOME/alacritty/alacritty.yml</code>. See
|
||||
<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>
|
||||
for the default configuration.</p>
|
||||
<code class="filename">$XDG_CONFIG_HOME/alacritty/alacritty.yml</code> or
|
||||
<code class="filename">$XDG_CONFIG_HOME/alacritty/alacritty.toml</code>
|
||||
(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>
|
||||
YAML value</p>
|
||||
TOML value</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p>
|
||||
|
@ -11488,7 +11490,7 @@ YAML value</p>
|
|||
lines = 3;
|
||||
columns = 200;
|
||||
};
|
||||
key_bindings = [
|
||||
keyboard.bindings = [
|
||||
{
|
||||
key = "K";
|
||||
mods = "Control";
|
||||
|
|
Loading…
Reference in a new issue