emacs
Moving Around
Command |
Action |
|---|---|
|
Move up one line |
|
Move left one char |
|
Move right one char |
|
Move down one line |
|
Goto beginning of current line |
|
Goto end of current line |
|
Move forward one screen |
|
Move to first line of the file |
|
Move left to previous word |
|
Move right to next word |
|
Move to last line of the file |
|
Move to beginning of current sentence |
|
Move to end of current sentence |
|
Move back one screen |
Exiting emacs
Command |
Action |
|---|---|
|
Save buffer to file |
|
Exit emacs but keep it running |
|
Exit emacs and stop it |
Searching Text
Command |
Action |
|---|---|
|
Search forward |
|
Search backward |
|
Replace string |
Copy Paste
Command |
Action |
|---|---|
|
Cut the word before cursor |
|
Cut the word after cursor |
|
Cut from cursor to end of line |
|
Cut from cursor to end of the sentence |
|
Paste the content at the cursor |