What is emacs
Emacs is a text editor
Emacs is called the extensible, customizable, self-documenting real- time display editor.
Command to open a file in emacs
C-x C-f
Command to save a file
C-x C-s
What is the command to cut an entire line
C-k
What is the command to paste
C-y
Command to search forward
C-s
Command to undo
C-_
Command to search backwards
C-r
What is the command for quitting
C-x C-c