Code Blog
Displaying 1-1 of 1 result.
2015/01/15
I'm not using Emacs as much as I once was doing and I start to forget all those keyboard commands.
Here's a short list of the most essential:
Exit emacs | CTRL-x CTRL-c |
Save file | CTRL-x CTRL-s |
Help files | CTRL-h CTRL-h |
Cancel command | CTRL-g |
Kill buffer | CTRL-x k |
Dismiss all other windows | CTRL-x 1 |
Set mark here | [email protected] or CTRL-space |
Exchange cursor and mark | CTRL-x CTRL-x |
Kill the marked region | CTRL-w |
Copy the marked region | ESC w |
Paste ('yank') | CTRL-y |