use Key;
use BuilderEvent;
pub use StandardMode;
pub use NormalMode;
pub use InsertMode;
/// The concept of Iota's modes are taken from Vi.
///
/// A mode is a mechanism for interpreting key events and converting them into
/// commands which the Editor will interpret.