Minor Changes
- removed the prompt to open zip-files in binary mode.
- added --`sf`, --`specific-format` parameter to automatically format some file types like json or xml.
- renamed --`config`, --`config` to --`cconfig`, --`cconfig`.
- added --`config`, --`config` parameter to configure default parameters.
- added Alt-Arrow hotkeys to the editor to scroll through the file without moving the cursor.
- fix the editor for Python 3.12.
- added `KEY_BTAB`(Shift+Tab) to the editor to decrease indent of the current line.
- added functionality to the editor to jump to specific line using `^E`.
- added functionality to search the file in the editor using `^F`.
- added functionality to put the editor in the background on UNIX using `^B`.
- added functionality to reload the file to the editor using `^R`.
Bugfixes
- better performance in editor.
- changed windows-curses dependency for better char-detection experience.
- fix Bug where the editor would show the wrong cursor position.