您的位置:首页 > 其它

Mark - Jupyter notebook 键盘快捷键 (按H查询快捷键)

2018-02-13 10:51 351 查看

Command Mode (press Esc to enable)Edit Shortcuts

F: find and replaceCtrl-Shift-F: open the command paletteCtrl-Shift-P: open the command paletteEnter: enter edit modeP: open the command paletteShift-Enter: run cell, select belowCtrl-Enter: run selected cellsAlt-Enter: run cell, insert belowY: to codeM: to markdownR: to raw1: to heading 12: to heading 23: to heading 34: to heading 45: to heading 56: to heading 6K: select cell aboveUp: select cell aboveDown: select cell belowJ: select cell belowShift-K: extend selected cells aboveShift-Up: extend selected cells aboveShift-Down: extend selected cells belowShift-J: extend selected cells belowA: insert cell aboveB: insert cell belowX: cut selected cellsC: copy selected cellsShift-V: paste cells aboveV: paste cells belowZ: undo cell deletionD,D: delete selected cellsShift-M: merge selected cells, or current cell with cell below if only one cell selectedCtrl-S: Save and CheckpointS: Save and CheckpointL: toggle line numbersO: toggle output of selected cellsShift-O: toggle output scrolling of selected cellsH: show keyboard shortcutsI,I: interrupt kernel0,0: restart the kernel (with dialog)Esc: close the pagerQ: close the pagerShift-L: toggles line numbers in all cells, and persist the settingShift-Space: scroll notebook upSpace: scroll notebook down

Edit Mode (press Enter to enable)

Tab: code completion or indentShift-Tab: tooltipCtrl-]: indentCtrl-[: dedentCtrl-A: select allCtrl-Z: undoCtrl-Shift-Z: redoCtrl-Y: redoCtrl-Home: go to cell startCtrl-Up: go to cell startCtrl-End: go to cell endCtrl-Down: go to cell endCtrl-Left: go one word leftCtrl-Right: go one word rightCtrl-Backspace: delete word beforeCtrl-Delete: delete word afterCtrl-M: command modeCtrl-Shift-F: open the command paletteCtrl-Shift-P: open the command paletteEsc: command modeShift-Enter: run cell, select belowCtrl-Enter: run selected cellsAlt-Enter: run cell, insert belowCtrl-Shift-Minus: split cellCtrl-S: Save and CheckpointDown: move cursor downUp: move cursor up

命令模式 (按键 Esc 开启)

Enter : 转入编辑模式
Shift-Enter : 运行本单元,选中下个单元
Ctrl-Enter : 运行本单元
Alt-Enter : 运行本单元,在其下插入新单元
Y : 单元转入代码状态
M :单元转入markdown状态
R : 单元转入raw状态
1 : 设定 1 级标题
2 : 设定 2 级标题
3 : 设定 3 级标题
4 : 设定 4 级标题
5 : 设定 5 级标题
6 : 设定 6 级标题
Up : 选中上方单元
K : 选中上方单元
Down : 选中下方单元
J : 选中下方单元
Shift-K : 扩大选中上方单元
Shift-J : 扩大选中下方单元
A : 在上方插入新单元
B : 在下方插入新单元
X : 剪切选中的单元
C : 复制选中的单元
Shift-V : 粘贴到上方单元
V : 粘贴到下方单元
Z : 恢复删除的最后一个单元
D,D : 删除选中的单元
Shift-M : 合并选中的单元
Ctrl-S : 文件存盘
S : 文件存盘
L : 转换行号
O : 转换输出
Shift-O : 转换输出滚动
Esc : 关闭页面
Q : 关闭页面
H : 显示快捷键帮助
I,I : 中断Notebook内核
0,0 : 重启Notebook内核
Shift : 忽略
Shift-Space : 向上滚动
Space : 向下滚动
编辑模式 ( Enter 键启动)
Tab : 代码补全或缩进
Shift-Tab : 提示
Ctrl-] : 缩进
Ctrl-[ : 解除缩进
Ctrl-A : 全选
Ctrl-Z : 复原
Ctrl-Shift-Z : 再做
Ctrl-Y : 再做
Ctrl-Home : 跳到单元开头
Ctrl-Up : 跳到单元开头
Ctrl-End : 跳到单元末尾
Ctrl-Down : 跳到单元末尾
Ctrl-Left : 跳到左边一个字首
Ctrl-Right : 跳到右边一个字首
Ctrl-Backspace : 删除前面一个字
Ctrl-Delete : 删除后面一个字

Esc : 进入命令模式

Ctrl-M : 进入命令模式
Shift-Enter : 运行本单元,选中下一单元
Ctrl-Enter : 运行本单元
Alt-Enter : 运行本单元,在下面插入一单元
Ctrl-Shift-- : 分割单元
Ctrl-Shift-Subtract : 分割单元
Ctrl-S : 文件存盘
Shift : 忽略
Up : 光标上移或转入上一单元
Down :光标下移或转入下一单元
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: