今天在ipython里不小心点进选择模式了,乱试了一通也没找到办法退出,和vim里误点了Ctrl+S有得一拼。最后网上搜了一下才解决,特此记录以便查阅。
- CtrlSpace: Enter selection mode.
- Ctrl-W: Cut
- Meta-W: Copy
- Ctrl-Y: Paste
- Ctrl-C>: Indent selection
- Ctrl-C<: Unindent selection
- Ctrl-G: Cancel selection mode.
今天在ipython里不小心点进选择模式了,乱试了一通也没找到办法退出,和vim里误点了Ctrl+S有得一拼。最后网上搜了一下才解决,特此记录以便查阅。
CtrlSpace: Enter selection mode.Ctrl-W: CutMeta-W: CopyCtrl-Y: PasteCtrl-C >: Indent selectionCtrl-C <: Unindent selectionCtrl-G: Cancel selection mode.
Comments
No comments yet. Be the first to react!