Jim Briggs
Jim Briggs
Thanks for creating this! I added your code snipped to `index.ts`: ``` commands.addKeyBinding({ selector: '.jp-Notebook.jp-mod-editMode', keys: ['J J'], command: 'leave-insert-mode' }); ``` I also tried (my preferred) keybinding of `['F...
@jwkvam I implemented your fix it works just like I expect. Thanks!
Thanks. This was really useful!
@michaelbenayoun this is something that could be done easily as a torch.fx transform?