Show More
@@ -5,38 +5,36 b' Some additional Codemirror keyboard shortcuts' | |||||
5 |
|
5 | |||
6 | Because each cell of the IPython notebook is powered by Codemirror, |
|
6 | Because each cell of the IPython notebook is powered by Codemirror, | |
7 | you can actually use a set of predetermined keyboard shortcuts to |
|
7 | you can actually use a set of predetermined keyboard shortcuts to | |
8 |
write and manipulate your content |
|
8 | write and manipulate your content easily: | |
9 |
|
9 | |||
10 | Below, you will find a table listing the available shortcuts: |
|
10 | ================= ============== ================== | |
11 |
|
11 | Action PC shortcut Mac shortcut | ||
12 | ================= ============== =============== |
|
12 | ================= ============== ================== | |
13 | Action PC shortcut Mac shortcut |
|
13 | newline & indent Enter Enter | |
14 | ================= ============== =============== |
|
14 | toggle overwrite Insert Insert | |
15 | newline & indent Enter Enter |
|
15 | indent Ctrl-] Cmd-] | |
16 | toggle overwrite Insert Insert |
|
16 | dedent Ctrl-[ Cmd-[ | |
17 |
|
|
17 | select all Ctrl-A Cmd-A | |
18 |
de |
|
18 | delete line Ctrl-D Cmd-D | |
19 |
|
|
19 | undo Ctrl-Z Cmd-Z | |
20 | delete line Ctrl-D Cmd-D |
|
20 | redo Shift-Ctrl-Z Shift-Cmd-Z | |
21 |
|
|
21 | redo Ctrl-Y Cmd-Y | |
22 | redo Shift-Ctrl-Z Shift-Cmd-Z |
|
22 | go to cell start Ctrl-Home Cmd-Up | |
23 | redo Ctrl-Y Cmd-Y |
|
23 | go to cell start Alt-Up Cmd-End | |
24 |
go to cell start |
|
24 | go to cell start PageUp PageUp | |
25 | go to cell start Alt-Up Cmd-End |
|
25 | go to cell end Ctrl-End --- | |
26 | go to cell start PageUp PageUp |
|
26 | go to cell end Ctrl-Down Cmd-Down | |
27 |
go to cell end |
|
27 | go to cell end PageDown PageDown | |
28 | go to cell end Ctrl-Down Cmd-Down |
|
28 | go one word left Ctrl-Left Alt-Left | |
29 | go to cell end PageDown PageDown |
|
29 | go one word right Ctrl-Right Alt-Right | |
30 | go one word left Ctrl-Left Alt-Left |
|
30 | go to line start Alt-Left Cmd-Left | |
31 | go one word right Ctrl-Right Alt-Right |
|
31 | go to line start Home Home | |
32 |
go to line |
|
32 | go to line end Alt-Right Cmd-Right | |
33 |
go to line |
|
33 | go to line end End End | |
34 | go to line end Alt-Right Cmd-Right |
|
34 | del word before Ctrl-Backspace Alt-Backspace | |
35 | go to line end End End |
|
35 | del word after --- Ctrl-Alt-Backspace | |
36 |
del word |
|
36 | del word after Ctrl-Delete Alt-Delete | |
37 | del word after - Ctrl-Alt-Back |
|
37 | ================= ============== ================== | |
38 | del word after Ctrl-Delete Alt-Delete |
|
|||
39 | ================= ============== =============== |
|
|||
40 |
|
38 | |||
41 | .. note:: |
|
39 | .. note:: | |
42 |
|
40 |
General Comments 0
You need to be logged in to leave comments.
Login now