aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/man/alacritty-bindings.5.scd16
-rw-r--r--extra/man/alacritty.5.scd8
2 files changed, 24 insertions, 0 deletions
diff --git a/extra/man/alacritty-bindings.5.scd b/extra/man/alacritty-bindings.5.scd
index 7f0bdf34..ee426255 100644
--- a/extra/man/alacritty-bindings.5.scd
+++ b/extra/man/alacritty-bindings.5.scd
@@ -189,6 +189,14 @@ configuration. See *alacritty*(5) for full configuration format documentation.
:[
: _"Vi|~Search"_
: _"InlineSearchPrevious"_
+| _"\*"_
+: _"Shift"_
+: _"Vi|~Search"_
+: _"SemanticSearchForward"_
+| _"#"_
+: _"Shift"_
+: _"Vi|~Search"_
+: _"SemanticSearchBackward"_
| _"K"_
:[
: _"Vi|~Search"_
@@ -281,6 +289,14 @@ configuration. See *alacritty*(5) for full configuration format documentation.
: _"Shift"_
: _"Vi|~Search"_
: _"Bracket"_
+| _"{"_
+: _"Shift"_
+: _"Vi|~Search"_
+: _"ParagraphUp"_
+| _"}"_
+: _"Shift"_
+: _"Vi|~Search"_
+: _"ParagraphDown"_
| _"/"_
:[
: _"Vi|~Search"_
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd
index e2f5b252..ef6e4f19 100644
--- a/extra/man/alacritty.5.scd
+++ b/extra/man/alacritty.5.scd
@@ -894,6 +894,10 @@ _https://docs.rs/winit/latest/winit/keyboard/enum.Key.html#variant.Dead_
Move to end of whitespace separated word.
*Bracket*
Move to opposing bracket.
+ *ParagraphUp*
+ Move above the current paragraph.
+ *ParagraphDown*
+ Move below the current paragraph.
*ToggleNormalSelection*
Toggle normal vi selection.
*ToggleLineSelection*
@@ -926,6 +930,10 @@ _https://docs.rs/winit/latest/winit/keyboard/enum.Key.html#variant.Dead_
Jump to the next inline search match.
*InlineSearchPrevious*
Jump to the previous inline search match.
+ *SemanticSearchForward*
+ Search forward for selection or word under the cursor.
+ *SemanticSearchBackward*
+ Search backward for selection or word under the cursor.
_Search actions:_