Browse Source

Emacs keys

Bob Mottram 11 years ago
parent
commit
7d39b52572
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      beaglebone.txt

+ 6
- 0
beaglebone.txt View File

@@ -260,6 +260,12 @@ apt-get update
260 260
 apt-get install emacs
261 261
 #+END_SRC
262 262
 
263
+Some basic Emacs keys which will be useful to new users are:
264
+
265
+| Load a file | CTRL-x CTRL-f |
266
+| Save        | CTRL-x CTRL-s |
267
+| Exit        | CTRL-x CTRL-c |
268
+
263 269
 ** Create a swap file
264 270
 
265 271
 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: