Emacs keys

This commit is contained in:
Bob Mottram 2014-01-29 18:56:59 +00:00
parent 994036194f
commit 7d39b52572
1 changed files with 6 additions and 0 deletions

View File

@ -260,6 +260,12 @@ apt-get update
apt-get install emacs
#+END_SRC
Some basic Emacs keys which will be useful to new users are:
| Load a file | CTRL-x CTRL-f |
| Save | CTRL-x CTRL-s |
| Exit | CTRL-x CTRL-c |
** Create a swap file
Without a swap file the system may occasionally run out of memory and crash, since the Beaglebone only has 512MB of RAM. The following commands will create a 1 GB file: