jupyter editing shortcuts

There are two different Jupyter laptop keyboard input mode. Edit mode allows you to code or enter text into a cell, and through a green cell to represent the command mode will be bound notebook keyboard and command level, and by a gray cell boundaries showed that the blue border left border
F : Find and Replace
Ctrl-Shift-F : Open a command configuration
Ctrl-Shift-P : Open a command configuration
Enter : Enter edit mode
P : Open a command configuration
Shift-Enter : Run code block, the following block of code selection
Ctrl-Enter : Run the selected code block
Alt-Enter : Run code block and insert the following
Y : The code into blocks of code
M : The code block becomes the label
R : Clear code block format
1 : The code block into heading 1
2 : The code block into heading 2
3 : The code block into heading 3
4 : The code block into heading 4
5 : The code block into heading 5
6 : The code block into heading 6
K : Select the previous block of code
: Select the previous block of code
: Select the following code block
J : Select the following code block
Shift-K : The above extended selection code block
Shift-上 : The above extended selection code block
Shift-下 : Select the following extended block
Shift-J : Select the following extended block
A : Into code blocks in the above
B : In the following into code blocks
X : Cuts the selected block
C : Copy the selected block
Shift-V : Paste the above
V : Paste the following
Z : Undelete
D, D: Delete the selected cell
Shift-M : Merge the selected cells, if only one cell is selected
Ctrl-S : Save and check
S : Save and check
L : Switch line number
O : Cell output selection
Shift-O : Scroll output switch selected cell
H : Show Shortcuts
I, I: Interrupt service
0, 0: Restart the service (with a window)
Esc : Close
Q : Close
Shift-L : Switching line numbers in all the cells, maintaining the set
Shift-空格 : Scroll up
空格 : Scroll down

Edit mode (by Enterforce)

Tab : Code completion or indentation
Shift-Tab : tooltip
Ctrl-] : Indent
Ctrl-[ : Unindent
Ctrl-A : select all
Ctrl-Z : Revocation
Ctrl-/ : Comments
Ctrl-D : Delete the entire row
Ctrl-U : Deselection
Insert : Switch rewrite flag
Ctrl-Home : Jump to the start of the cell
Ctrl-上 : Jump to the start of the cell
Ctrl-End : Jump to the last cell
Ctrl-下 : Jump to the last cell
Ctrl-左 : Jump to the left of the word
Ctrl-右 : Skip to the right of the word
Ctrl-删除 : Delete the previous word
Ctrl-Delete : Delete after the word
Ctrl-Y : Redo
Alt-U : Reselect
Ctrl-M : Enter the command line mode
Ctrl-Shift-F : Open a command configuration
Ctrl-Shift-P : Open a command configuration
Esc : Enter the command line mode
Shift-Enter : Run code block, the following block of code selection
Ctrl-Enter : Run the selected code block
Alt-Enter : Run code block and insert the following
Ctrl-Shift-Minus : In a separate code blocks mouse
Ctrl-S : Save and check
: Cursor down
: Move the cursor

Guess you like

Origin www.cnblogs.com/lvzw/p/11401943.html