diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-10-20 11:33:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 13:33:38 +0400 |
commit | 845a5d8a8d47c233c4ed8177ecbb20b05b22118b (patch) | |
tree | 057f4c5974f60defa0c6f79060ef26e59398b1f1 /extra/man/alacritty-bindings.5.scd | |
parent | 7ceb638ff80eca99ac63df5fd8cbb2f703d4637a (diff) | |
download | alacritty-845a5d8a8d47c233c4ed8177ecbb20b05b22118b.tar.gz alacritty-845a5d8a8d47c233c4ed8177ecbb20b05b22118b.zip |
Add inline vi mode search
This patch adds inline search to vi mode using `f`/`F` and `t`/`T` as
default bindings. The behavior matches that of vim.
Fixes #7203.
Diffstat (limited to 'extra/man/alacritty-bindings.5.scd')
-rw-r--r-- | extra/man/alacritty-bindings.5.scd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/man/alacritty-bindings.5.scd b/extra/man/alacritty-bindings.5.scd index a8f8dfe0..ecdf06d3 100644 --- a/extra/man/alacritty-bindings.5.scd +++ b/extra/man/alacritty-bindings.5.scd @@ -161,6 +161,30 @@ configuration. See *alacritty*(5) for full configuration format documentation. :[ : _"Vi|~Search"_ : _"CenterAroundViCursor"_ +| _"F"_ +:[ +: _"Vi|~Search"_ +: _"InlineSearchForward"_ +| _"F"_ +: _"Shift"_ +: _"Vi|~Search"_ +: _"InlineSearchBackward"_ +| _"T"_ +:[ +: _"Vi|~Search"_ +: _"InlineSearchForwardShort"_ +| _"T"_ +: _"Shift"_ +: _"Vi|~Search"_ +: _"InlineSearchBackwardShort"_ +| _";"_ +:[ +: _"Vi|~Search"_ +: _"InlineSearchNext"_ +| _","_ +:[ +: _"Vi|~Search"_ +: _"InlineSearchPrevious"_ | _"K"_ :[ : _"Vi|~Search"_ |