Enum alacritty::config::bindings::SearchAction [−][src]
pub enum SearchAction {
SearchFocusNext,
SearchFocusPrevious,
SearchConfirm,
SearchCancel,
SearchClear,
SearchDeleteWord,
SearchHistoryPrevious,
SearchHistoryNext,
}Expand description
Search mode specific actions.
Variants
SearchFocusNext
Move the focus to the next search match.
SearchFocusPrevious
Move the focus to the previous search match.
SearchConfirm
Confirm the active search.
SearchCancel
Cancel the active search.
SearchClear
Reset the search regex.
SearchDeleteWord
Delete the last word in the search regex.
SearchHistoryPrevious
Go to the previous regex in the search history.
SearchHistoryNext
Go to the next regex in the search history.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SearchAction
impl Send for SearchAction
impl Sync for SearchAction
impl Unpin for SearchAction
impl UnwindSafe for SearchAction
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.