4#include "di/reflect/prelude.h"
19 constexpr friend auto tag_invoke(di::Tag<di::reflect>, di::InPlaceType<KeyBind>) {
27auto make_key_binds(
Key prefix, di::Path save_state_path,
bool replay_mode) -> di::Vector<KeyBind>;
Definition cursor_style.h:5
InputMode
Definition input_mode.h:6
@ Normal
Definition input_mode.h:8
@ Insert
Definition input_mode.h:7
Modifiers
Definition modifiers.h:9
@ None
Definition modifiers.h:10
auto make_key_binds(Key prefix, di::Path save_state_path, bool replay_mode) -> di::Vector< KeyBind >
Definition key_bind.cpp:102
Action action
Definition key_bind.h:17
Key key
Definition key_bind.h:13
Modifiers modifiers
Definition key_bind.h:14
InputMode mode
Definition key_bind.h:15
constexpr auto is_default() const -> bool
Definition key_bind.h:11
constexpr friend auto tag_invoke(di::Tag< di::reflect >, di::InPlaceType< KeyBind >)
Definition key_bind.h:19
InputMode next_mode
Definition key_bind.h:16