techrah / jupyterext-text-shortcuts

A Jupyter Lab extension for keyboard text shortcuts
MIT License
50 stars 11 forks source link

Using text-shortcuts in jupyterlab scripts/files #29

Open saurabhbelsare opened 1 year ago

saurabhbelsare commented 1 year ago

Thanks a lot for this plugin! It works great, especially for the R assignment operator and pipe in jupyter notebooks. However, I was trying to get the same shortcuts to work in basic R scripts/files that I also often write in jupyterlab. However, these shortcuts don't work in the scripts/files, they only work in notebooks.

Is there any way to be able to use shortcuts from this plugin in scripts/files in addition to using them in notebooks?

Thanks!