aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-11-23 20:16:37 +0400
committerKirill Chibisov <contact@kchibisov.com>2023-11-24 03:01:10 +0400
commitb54747ce5e7990c5e544ad3c518fa7f57f22012c (patch)
treea61f0dd64342ca0737480b0b836bf4004bb872dc
parentb34a5e439aae9750af8f8c8cc7b6799e1c51ab5a (diff)
downloadalacritty-b54747ce5e7990c5e544ad3c518fa7f57f22012c.tar.gz
alacritty-b54747ce5e7990c5e544ad3c518fa7f57f22012c.zip
Make sections the same case in man pages
-rw-r--r--extra/man/alacritty-bindings.5.scd4
-rw-r--r--extra/man/alacritty.5.scd22
2 files changed, 13 insertions, 13 deletions
diff --git a/extra/man/alacritty-bindings.5.scd b/extra/man/alacritty-bindings.5.scd
index ecdf06d3..54729374 100644
--- a/extra/man/alacritty-bindings.5.scd
+++ b/extra/man/alacritty-bindings.5.scd
@@ -9,7 +9,7 @@ Alacritty Bindings - Default configuration file bindings
This page documents all key and mouse bindings for the default Alacritty
configuration. See *alacritty*(5) for full configuration format documentation.
-# Mouse Bindings
+# MOUSE BINDINGS
[[ *mouse*
:[ *mods*
@@ -24,7 +24,7 @@ configuration. See *alacritty*(5) for full configuration format documentation.
: _"~Vi"_
: _"PasteSelection"_
-# Key Bindings
+# KEY BINDINGS
[[ *key*
:[ *mods*
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd
index 75224ee9..2a1f5568 100644
--- a/extra/man/alacritty.5.scd
+++ b/extra/man/alacritty.5.scd
@@ -184,7 +184,7 @@ This section documents the *[window]* table of the configuration file.
Default: _"None"_
-# Scrolling
+# SCROLLING
This section documents the *[scrolling]* table of the configuration file.
@@ -202,7 +202,7 @@ Limited to _100000_.
Default: _3_
-# Font
+# FONT
This section documents the *[font]* table of the configuration file.
@@ -261,7 +261,7 @@ macOS: _{ family = "Menlo", style = "Regular" }_
Default: _true_
-# Colors
+# COLORS
This section documents the *[colors]* table of the configuration file.
@@ -452,7 +452,7 @@ Colors are specified using their hexadecimal values with a _#_ prefix: _#RRGGBB_
Default: _false_
-# Bell
+# BELL
This section documents the *[bell]* table of the configuration file.
@@ -484,7 +484,7 @@ This section documents the *[bell]* table of the configuration file.
Default: _"None"_
-# Selection
+# SELECTION
This section documents the *[selection]* table of the configuration file.
@@ -501,7 +501,7 @@ This section documents the *[selection]* table of the configuration file.
Default: _false_
-# Cursor
+# CURSOR
This section documents the *[cursor]* table of the configuration file.
@@ -561,7 +561,7 @@ This section documents the *[cursor]* table of the configuration file.
Default: _0.15_
-# Terminal
+# TERMINAL
This section documents the *[terminal]* table of the configuration file.
@@ -575,7 +575,7 @@ This section documents the *[terminal]* table of the configuration file.
Default: _"OnlyCopy"_
-# Mouse
+# MOUSE
This section documents the *[mouse]* table of the configuration file.
@@ -610,7 +610,7 @@ bindings = [++
{ mouse = _"Right"_, mods = _"Control"_, action = _"Paste"_ },++
]
-# Hints
+# HINTS
This section documents the *[hints]* table of the configuration file.
@@ -690,7 +690,7 @@ mouse = { enabled = true },++
binding = { key = "U", mods = "Control | Shift" },
}]_
-# Keyboard
+# KEYBOARD
This section documents the *[keyboard]* table of the configuration file.
@@ -938,7 +938,7 @@ bindings = [++
]
-# Debug
+# DEBUG
This section documents the *[debug]* table of the configuration file.