emersion / mdrgpalu

A KISS command-line text editor
The Unlicense
3 stars 3 forks source link
editor minimalist

mdrgpalu

Build Status for Linux and macOS Build status for Windows

Yet another command-line text editor.

Usage

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

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

License

The Unlicense