Enum alacritty::config::bindings::ViAction [−][src]
pub enum ViAction {
ToggleNormalSelection,
ToggleLineSelection,
ToggleBlockSelection,
ToggleSemanticSelection,
SearchNext,
SearchPrevious,
SearchStart,
SearchEnd,
Open,
}Expand description
Vi mode specific actions.
Variants
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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ViAction
impl UnwindSafe for ViAction
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Value based on which equality for the reset will be determined.