Merge pull request #358 from byxor/emacs

Add cheat for running emacs in terminal
This commit is contained in:
Chris Allen Lane 2017-12-19 12:37:04 -05:00 committed by GitHub
commit 81e80c87a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Running emacs
GUI mode $ emacs
Terminal mode $ emacs -nw
# Basic usage
Indent Select text then press TAB
@ -17,7 +22,7 @@
Font size bigger CTRL-x CTRL-+
Font size smaller CTRL-x CTRL--
# Buffers
# Buffers
Split screen vertically CTRL-x 2
Split screen vertically with 5 row height CTRL-u 5 CTRL-x 2