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 the following commandline arguments:
liteedit <filename> (Opens the specified file)
For the same reason i made Dfetch.
Even tho its not better then most other editors its just fun to use something you made yourself. So instead of using LiteEdit i would encourage you to make you own.