瀏覽代碼

Emacs keys

Bob Mottram 11 年之前
父節點
當前提交
7d39b52572
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      beaglebone.txt

+ 6
- 0
beaglebone.txt 查看文件

@@ -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: