From 7d39b525726016dac3404b41feab24a08ffefb5e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 29 Jan 2014 18:56:59 +0000 Subject: [PATCH] Emacs keys --- beaglebone.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/beaglebone.txt b/beaglebone.txt index 9d5a2cee..1d373315 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -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: