Вы находитесь на странице: 1из 2

EMACS FREQUENTLY USED KEYBOARD SHORTCUTS

C-h ?
C-h a
C-x u

help
apropos
undo

C-h i
C-h k
C-g

info
help on key
general cancel

C-x C-f
C-x C-s
C-x k

open (find) file


save
kill buffer

C-x i
C-x C-w
C-x C-c

insert file
save as
exit emacs

C-space
M-w
C-y

start marking region


copy region
paste

C-k
C-w
M-y

delete to end of line


cut region
paste previous

C-s
M-%
C-t
M-u
C-x C-u

incremental search
query replace, answers:
swap letters
uppercase word
uppercase region

C-r
y/n/!/RET
M-t
M-l
C-x C-l

search backward
yes/no/all/stop
swap words
lowercase word
lowercase region

C-x 2
C-x o
M-x
M-number
M-q
C-x RET f

split window horizontally


move to other window
type command
prefix for next command
fill paragraph
define encoding

C-x
C-x
C-x
C-x
M-g
C-x

close all other windows


toggle readonly
run previous command
set number of fill columns
goto line
encoding prefix

1
C-q
ESC ESC
f
g
RET c

Regular expression matching


.(dot)
*

[...]

any char except newline


zero or more repeats
line start
in the set

?
+
$
[...]

zero or one repeat


one or more repeats
line end
not in the set

Inherited from XyWrite


(these require xyw-sim.el)
C-Home
Home
C-left
C-PgUp

beginning of buffer
top of window
beginning of line
scroll down one line

C-End
End
C-right
C-PgDn

end of buffer
bottom of window
end of line
scroll up one line

F5
F10

isearch regexp
switch to other buffer

F6
C-,

query replace regexp


insert $$, move between

EMACS FREQUENTLY USED KEYBOARD SHORTCUTS

AucTEX
run TeX/View command
jump to line in xdvi

C-c C-c
C-c C-j

C-c
C-leftclick

next error ( = AltGr-7)


jump to line in emacs

C-c C-j requires xdvi-search.el.


C-c C-leftclick requires (server-start) in .emacs and
XDvi.editor: emacsclient no-wait +%l %f in Xresources.
C-c
C-c
C-c
C-c

;
{
C-e
RET

C-c
C-c
C-c
C-c
C-c

C-f
C-f
C-f
C-f
C-f

C-b
C-i
C-t
C-r

comment region
put {} around region
insert environment
insert macro

C-c %
C-c C-s
M-RET
M-TAB

insert font specification


make region boldface
make region italic
make region typewriter
make region \rm

C-c
C-c
C-c
C-c
C-c

C-f
C-f
C-f
C-f
C-f

comment paragraph
insert section
insert item
complete macro in buffer
C-d
C-c
C-s
C-f
C-e

remove font specification


make region small caps
make region slanted
make region sans serif
make region \emph{}

LATEX-math-mode abbreviations
toggle math minor mode

C-c
a
z
n
t
w
.
C-s

sin

b
h
x
u
W
*
C-c

cos

g
j
X
U
<
+
C-t

tan

G
J
p
f
>
C-e

prefix character for these:

exp

d
k
P
F
(
i
C-d

det

D
l
r
q
)
I
C-l

lim

e
L
s
y
[
A
/

v e

E
\not (like

6)

On a Hungarian keyboard use the numeric keypad for +,-,*,/.


Chrome and Gmail
C-f
C-l backsp
C-c
C-PgUp

find
delete address-line
open local file
previous tab

Enter
C-k or C-e
C-+/C-C-PgDn

next match
search in address-line
zoom in/out
next tab

C-link or click with middle button: open link in new tab. With Shift: go to the new tab.
?
gi

Gmail shortcut help


goto inbox

z
Esc

undo
leave input field

Вам также может понравиться