Yet another command-line text editor.
make
./mdrgpalu
If xclip
is available, the clipboard will be shared with the system.
Otherwise, an internal clipboard will be used.
Arch users can install mdrgpalu from the AUR.
Key bindings aim to be simple, stupid.
Keystroke | Effect |
---|---|
Ctrl + Q | Quit |
Ctrl + W | Close file |
Ctrl + O | Open file |
Ctrl + S | Save file |
Ctrl + X | Cut line/selection |
Ctrl + C | Copy line/selection |
Ctrl + V | Paste line/selection |
Ctrl + A | Select all |
Arrow | Move selection |
Shift + Arrow | Extend selection |
Home/End | Go to start/end of line |
Ctrl + Home/End | Go to start/end of file |
Shift + Home/End | Extend selection to start/end of file |
Ctrl + ←/→ | Jump to previous/next word |
Ctrl + ↑/↓ | Move line |
Ctrl + G | Go to line:column |
Ctrl + L | Select line |
Ctrl + P | Command palette |
The Unlicense