问题描述
当使用jupyter编辑.py文件时,我可以选择在Edit下拉菜单中选择vim键映射(除了Default,emacs和Sublime文本选项).但是,当打开笔记本文件(.ipynb)时,我没有此选项.有办法激活它吗?
When editing a .py file with jupyter, I have the option to choose the vim key map in the Edit dropdown menu (alongside the Default, emacs and Sublime text options). However, when opening a notebook file (.ipynb), I do not have this option. Is there a way to activate this?
我知道那里有一些第三方插件,但是它们似乎不支持块选择模式和其他更高级的选项,例如regex命令.
I know there are some third party plugins out there, but they don't seem to support block select mode and other more advanced options like regex commands.
不确定是否重要,但是我正在使用Anaconda导航器打开笔记本电脑.
Not sure it matters, but I'm opening my notebooks with the Anaconda navigator.
推荐答案
检查此插件 lambdalisue/jupyter -vim-binding .
附带的屏幕截图可了解有关插件的信息:
Attached screenshot to get an idea about the plugin:
这篇关于Jupyter Notebook中的Vim键映射的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!