Is there a shortcut for selecting current word when editing a cell in jupyter notebook?

白昼怎懂夜的黑 提交于 2021-01-28 13:39:55

问题


I know there is the shortcut ctrl + w in visual studio for selecting current word. Is there a shortcut or an extension for jupyter notebook which does the same?


回答1:


Hah! I found the answer shortly after putting a bounty out. On Chromebook (in Colab) it's CTRL+D. Presumably this works in Jupyter and on Windows also. On Mac it may be CMD+D, but I haven't tried.

The winning tip came from two other answers on keyboard shortcuts in Jupyter:

  • Atom/Sublime like Multiple selections in Jupyter
  • Google Colab: edit two lines at the same time (block editing)


来源:https://stackoverflow.com/questions/63843035/is-there-a-shortcut-for-selecting-current-word-when-editing-a-cell-in-jupyter-no

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!