Tip: Using sublime text editing shortcuts in jupyter notebook cells

haha… Thanks Ob1 Jeremy. :grinning:

got the multiple cursor working . Its cmd + click for mac

Is there a list of these shortcuts anywhere. The p listing or ‘keystroke help’ h doesn’t seem have them.

#EDIT: Actually what I would really like is a good fuzzy match feature/plugin for python

Currently, as far as I know, pressing tab after a . gives me the list, but i still have to know the operations spelling to find by typing or use multiple arrow downs

What i want is the following, Eg typing torch.nn. then tab then typing
2d should give me all the operations with ‘2d’ and shorten this list as i type matching letters