custom built text editor for personal preferences
- CTRL-S: Save
- CTRL-Q: Quit
- CTRL-F: Search for string
- CTRL-X: Cut line
- CTRL-D: Duplicate line
- CTRL-C: Execute command
- CTRL-R: Repeat last command
- CTRL-V: Enter/exit selection mode
- CTRL-Y: Copy to clipboard
- CTRL-P: Paste from clipboard
- CTRL-RIGHT_ARROW: Jump one word forward
- CTRL-LEFT_ARROW: Jump one word backward
- CTRL-UP_ARROW: Smart jump upwards
- CTRL-DOWN_ARROW: Smart jump downwards
- jump: jumps to given line
- list: lists interactive file tree
- cf: create file with name
- n: replaces buffer content with next file
- p: replaces buffer content with previous file