The file explorer works in two modes:-
1. Normal Mode
2. Command Mode
Normal Mode is used to traverse through various directories and perform some of these following operations:-
- View all files and directories
- Navigate through the directories
- Open a file or insert into a particular directory
- Traverse through directories(previously visited directory, parent directory, Home directory)
On pressing Shift+":", User will be directed to Command Mode.
Command Mode is used to perform elementary operations on files and directories like:-
- Copy, Move and Rename directory.
- Create files and directories.
- Delete files and directories.
- Goto particular directory.
- Search within a directory.
Again on pressing ESC, User will be redirected to Normal Mode.

