mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 13:42:11 +01:00
Add instructions for running emacs in terminal
This commit is contained in:
parent
cdf573a725
commit
1a8cdf84f4
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# Running emacs
|
||||||
|
|
||||||
|
GUI mode $ emacs
|
||||||
|
Terminal mode $ emacs -nw
|
||||||
|
|
||||||
# Basic usage
|
# Basic usage
|
||||||
|
|
||||||
Indent Select text then press TAB
|
Indent Select text then press TAB
|
||||||
|
@ -17,7 +22,7 @@
|
||||||
Font size bigger CTRL-x CTRL-+
|
Font size bigger CTRL-x CTRL-+
|
||||||
Font size smaller CTRL-x CTRL--
|
Font size smaller CTRL-x CTRL--
|
||||||
|
|
||||||
# Buffers
|
# Buffers
|
||||||
|
|
||||||
Split screen vertically CTRL-x 2
|
Split screen vertically CTRL-x 2
|
||||||
Split screen vertically with 5 row height CTRL-u 5 CTRL-x 2
|
Split screen vertically with 5 row height CTRL-u 5 CTRL-x 2
|
||||||
|
|
Loading…
Reference in a new issue