Enum alacritty::config::ui_config::HintInternalAction [−][src]
pub enum HintInternalAction {
Copy,
Paste,
Select,
MoveViModeCursor,
}Expand description
Built-in actions for hint mode.
Variants
Copy
Copy the text to the clipboard.
Paste
Write the text to the PTY/search.
Select
Select the text matching the hint.
MoveViModeCursor
Move the vi mode cursor to the beginning of the hint.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for HintInternalAction
impl Send for HintInternalAction
impl Sync for HintInternalAction
impl Unpin for HintInternalAction
impl UnwindSafe for HintInternalAction
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.