!!!Emacs Editor The emacs editor !! Exiting Emacs | exit | ^X^C !!Files |^x ^f|read a file into emacs |^x ^s|save a file |^x s|save all files |^x i|insert a file at current location |^x ^w|write buffer to a named file !!Motion |^a | beginning of line |^e | end of line |Esc < | beginning of buffer |Esc > | end of buffer !!Deleting | ^d | delete character | Esc d | delete following word | Esc Del | delete previous word | ^k | delete to end-of-line | Ctl-Shft-Bksp | delete line