[−][src]Enum alacritty::config::bindings::Action
Variants
Esc(String)
Write an escape sequence.
Command(Program)
Run given command.
ViMotion(ViMotion)
Move vi mode cursor.
ViAction(ViAction)
Perform vi mode action.
SearchAction(SearchAction)
Perform search mode action.
Paste contents of system clipboard.
Store current selection into clipboard.
Store current selection into selection buffer.
Paste contents of selection buffer.
Increase font size.
Decrease font size.
Reset font size to the config value.
Scroll exactly one page up.
Scroll exactly one page down.
Scroll half a page up.
Scroll half a page down.
Scroll one line up.
Scroll one line down.
Scroll all the way to the top.
Scroll all the way to the bottom.
Clear the display buffer(s) to remove history.
Hide the Alacritty window.
Minimize the Alacritty window.
Quit Alacritty.
Clear warning and error notices.
Spawn a new instance of Alacritty.
Toggle fullscreen.
Clear active selection.
Toggle vi mode.
Allow receiving char input.
Start a forward buffer search.
Start a backward buffer search.
No action.
Implementations
impl Action
[src]
fn toggle_selection<T, A>(ctx: &mut A, ty: SelectionType) where
T: EventListener,
A: ActionContext<T>,
[src]
T: EventListener,
A: ActionContext<T>,
Trait Implementations
impl Clone for Action
[src]
impl Debug for Action
[src]
impl<'de> Deserialize<'de> for Action
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl Display for Action
[src]
Display trait used for error logging.
impl Eq for Action
[src]
impl<T: EventListener> Execute<T> for Action
[src]
fn execute<A: ActionContext<T>>(&self, ctx: &mut A)
[src]
impl From<&'static str> for Action
[src]
impl From<SearchAction> for Action
[src]
fn from(action: SearchAction) -> Self
[src]
impl From<ViAction> for Action
[src]
impl From<ViMotion> for Action
[src]
impl PartialEq<Action> for Action
[src]
impl StructuralEq for Action
[src]
impl StructuralPartialEq for Action
[src]
Auto Trait Implementations
impl RefUnwindSafe for Action
impl Send for Action
impl Sync for Action
impl Unpin for Action
impl UnwindSafe for Action
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,