Enum fm::action_map::ActionMap
source · pub enum ActionMap {
Show 61 variants
Back,
BackTab,
Backspace,
Bulkrename,
Chmod,
ClearFlags,
CopyFilename,
CopyFilepath,
CopyPaste,
CutPaste,
Delete,
DeleteFile,
DisplayFull,
DragNDrop,
End,
Enter,
Exec,
Filter,
FlagAll,
FuzzyFind,
Goto,
Help,
History,
Home,
Jump,
KeyHome,
MarksJump,
MarksNew,
ModeNormal,
MoveDown,
MoveLeft,
MoveRight,
MoveUp,
NewDir,
NewFile,
Nothing,
NvimFilepicker,
OpenFile,
PageDown,
PageUp,
Preview,
Quit,
RefreshView,
RegexMatch,
Rename,
ReverseFlags,
Search,
SearchNext,
Shell,
Shortcut,
Sort,
Symlink,
Tab,
Thumbnail,
ToggleDualPane,
ToggleFlag,
ToggleHidden,
TrashMoveFile,
TrashRestoreFile,
TrashEmpty,
TrashOpen,
}Expand description
Different kind of action which can be mapped to a key. All those actions are mapped to a key and this enum makes the junction between received Key events and actions in the application.