blob: 8470f9acc040108878154cfd7e7ad70d725f7a0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
LaTeX4Jed 1.4.4 Help
====================
Keybindings start in Ctrl-C in Emacs mode, Ctrl-Z in IDE mode.
Almost all commands are available from the 'Mode' menu. Most are
region-or-word aware. Additional keybindings include:
Keybinding Action
------------------------------------------
Ctrl-C <Left> go to previous paragraph
Ctrl-C <Right> go to next paragraph
Ctrl-C& \&
Ctrl-C$ \$
Ctrl-C# \#
Ctrl-C% \%
Ctrl-C( \{
Ctrl-C) \}
Ctrl-C_ \_
Ctrl-C< \textless{}
Ctrl-C> \textgreater{}
Ctrl-C^ \textasciicircum{}
Ctrl-C~ \textasciitilde{}
Ctrl-C\ \textbackslash{}
Ctrl-C| \textbar{}
Ctrl-C{ {}, region or word aware
' or " smart quotes
Ctrl-C' or Ctrl-C" smart quotes, region or word aware
... {\ldots}
<- {\leftarrow}
<= {\Leftarrow}
< -- {\longleftarrow}
< == {\Longleftarrow}
< -> {\leftrightarrow}
< => {\Leftrightarrow}
-> {\rightarrow}
=> {\Rightarrow}
--> {\longrightarrow}
==> {\Longrightarrow}
|-> {\mapsto}
|--> {\longmapsto}
Ctrl-Ce insert environment, with completion
Ctrl-Cf insert font, with completion
Ctrl-Ch info help on word
Alt-TAB or Alt-V symbol completion
TAB indent line
ESC 1 TAB unindent line
Ctrl-C[ start environment
Ctrl-C] close environment
ESC 1 <cmd> command, long form
Ctrl-C <RET> new \item line
F8 preview document
F9 run (pdf)latex
|