[−][src]Module alacritty::config::bindings
Structs
ActionVisitor | |
Binding | Describes a state and action to take in that state. |
BindingMode | Modes available for key bindings. |
ModeWrapper | |
ModsWrapper | Newtype for implementing deserialize on glutin Mods. |
MouseButtonWrapper | |
RawBinding | Bindings are deserialized into a |
SearchActionVisitor | |
ViActionVisitor |
Enums
Action | |
Key | |
SearchAction | Search mode specific actions. |
ViAction | Vi mode specific actions. |
Functions
common_keybindings | |
default_key_bindings | |
default_mouse_bindings | |
platform_key_bindings |
Type Definitions
KeyBinding | Bindings that are triggered by a keyboard key. |
MouseBinding | Bindings that are triggered by a mouse button. |