Lightweight text-editor written in Python.
| Keybind | Action |
|---|---|
| CTRL + o | Open file |
| CTRL + s | Save file |
| CTRL + Shift + S | Save as |
| CTRL + n | New file |
| CTRL + q | Quit |
| CTRL + z | Undo |
| CTRL + y | Redo |
| CTRL + a | Select all |
| CTRL + l | select current line |
| CTRL + c | Copy selected |
| CTRL + v | Paste |
| CTRL + Up | Zoom in |
| CTRL + Down | Zoom out |
| CTRL + Shift + T | Change font |
LiteEdit accepts a filename as a command line argument.
liteedit <filename>
Because its fun to use something you made yourself.
LiteEdit is supported and both Linux and Windows