
MOROS Editor is a minimal, keyboard-driven text editor with intuitive shortcuts for navigation, editing, and file management.
Ctrl + A to move cursor to beginning of lineCtrl + B to move cursor to end of fileCtrl + C to quitCtrl + D to cut (delete) lineCtrl + E to move cursor to end of lineCtrl + F to find string in fileCtrl + K to kill bufferCtrl + N to find next string in fileCtrl + O to open bufferCtrl + P to paste (put) lineCtrl + Q to quitCtrl + T to move cursor to beginning of fileCtrl + W to write to fileCtrl + X to write to file and quitCtrl + Y to copy (yank) line
Ctrl + Tab to load next buffer
Ctrl + Shift + Tab to load previous buffer