Jim Briggs

Results 4 comments of 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!

@michaelbenayoun this is something that could be done easily as a torch.fx transform?