使用 vim 键绑定退出 JupyterLab 中的插入模式
Exit insert mode in the JupyterLab using vim keybindings
我在 JupyterLab 中同时使用控制台和文本编辑器,我将文本编辑器键盘映射设置为 'vim',在插入模式下我可以很好地编辑文本。但是当尝试使用 'esc' 键退出插入模式时,我只是被切换出了当前的 window。这不是退出插入模式的方法吗?
目前它只适用于纯文本编辑器。看这个
issue from the jupyterlab GitHub repository. If you want to enable the functionality you are looking for try this plugin jupyterlab_vim.
我有同样的问题:在 jupyterlab 中按 esc 退出当前 window。
我的解决方案:在 chrome 中为 localhost
禁用 vimium
我在 firefox 上使用 tridactyl 时遇到了这个问题。
正如@Hunaphu 所建议的,我修复了在本地主机上禁用 tridactyl 的问题。
输入 tridactyl ex mode
(按 :
)、运行 blacklistadd http://localhost:8888/
或您正在使用的任何本地主机地址后。
我在 JupyterLab 中同时使用控制台和文本编辑器,我将文本编辑器键盘映射设置为 'vim',在插入模式下我可以很好地编辑文本。但是当尝试使用 'esc' 键退出插入模式时,我只是被切换出了当前的 window。这不是退出插入模式的方法吗?
目前它只适用于纯文本编辑器。看这个 issue from the jupyterlab GitHub repository. If you want to enable the functionality you are looking for try this plugin jupyterlab_vim.
我有同样的问题:在 jupyterlab 中按 esc 退出当前 window。
我的解决方案:在 chrome 中为 localhost
禁用 vimium我在 firefox 上使用 tridactyl 时遇到了这个问题。 正如@Hunaphu 所建议的,我修复了在本地主机上禁用 tridactyl 的问题。
输入 tridactyl ex mode
(按 :
)、运行 blacklistadd http://localhost:8888/
或您正在使用的任何本地主机地址后。