diff options
Diffstat (limited to 'extra/man/alacritty.5.scd')
-rw-r--r-- | extra/man/alacritty.5.scd | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index b79a89d3..685f5e97 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -827,6 +827,38 @@ https://docs.rs/winit/\*/winit/keyboard/enum.Key.html Move to end of whitespace separated word. *Bracket* Move to opposing bracket. + *ToggleNormalSelection* + Toggle normal vi selection. + *ToggleLineSelection* + Toggle line vi selection. + *ToggleBlockSelection* + Toggle block vi selection. + *ToggleSemanticSelection* + Toggle semantic vi selection. + *SearchNext* + Jump to the beginning of the next match. + *SearchPrevious* + Jump to the beginning of the previous match. + *SearchStart* + Jump to the next start of a match to the left of the origin. + *SearchEnd* + Jump to the next end of a match to the right of the origin. + *Open* + Launch the URL below the vi mode cursor. + *CenterAroundViCursor* + Centers the screen around the vi mode cursor. + *InlineSearchForward* + Search forward within the current line. + *InlineSearchBcakward* + Search backard within the current line. + *InlineSearchForwardShort* + Search forward within the current line, stopping just short of the character. + *InlineSearchBackwardShort* + Search backward within the current line, stopping just short of the character. + *InlineSearchNext* + Jump to the next inline search match. + *InlineSearchPrevious* + Jump to the previous inline search match. _Search actions:_ |