Bob Mottram 11 år sedan
förälder
incheckning
7d39b52572
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6
    0
      beaglebone.txt

+ 6
- 0
beaglebone.txt Visa fil

260
 apt-get install emacs
260
 apt-get install emacs
261
 #+END_SRC
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
 ** Create a swap file
269
 ** Create a swap file
264
 
270
 
265
 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:
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: