Joe
From Linuxhelp Wiki
getgetsitc Joe, which stands for Joe's Own Editior, is a console-based text editing application similar to Vi. Joe allows for quick and easy installation and use. Joe is particularly popular with those users who do not want to learn all the commands of Vi or Emacs, as well as programmers. Recent versions of Joe include syntax highlighting for recognizing C, C and Java code Joe is available for just about every distribution of Linux out there.
A few quick commands:
| Command | Explanation |
| Ctrl T | Access options |
| Ctrl K, F | Search for String |
| Ctrl L | Find next match while searchign for a string |
| Ctrl K, B | Begin block highlight |
| Ctrl K, K | End block highlight |
| Ctrl K, M | Move the highlighted block of text |
| Ctrl K, C | Copy the highlighted block of text |
| Ctrl _ | Multi-level undo (underscore) |
[edit]

