BACKSPACE | Deletes the character before the cursor |
CTRL_A | Moves cursor to start of line |
CTRL_E | Moves cursor to end of line |
CTRL_SPACE | Sets the mark |
CTRL_D | Long delete from cursor to mark |
CTRL_X | Exits the program and saves the file |
CTRL_R | Redraws the screen |
Arrow keys | Moves the cursor around |
Mouse button | Moves the cursor around |
if your project is found in your subdirectory ~/326stuff/myproj2dir.% cd ~/326stuff/myproj2dir % make clean % cd ../ % turnin -c cse326=AA -p project2 myproj2dir