You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
The original shortcut is option + Enter, Can I change it to command + b
I have tried the following code, but it doesn't work, can you help me. Or can you give me more example of how to map in custom.js
// run cell, insert belowrequire(['nbextensions/vim_binding/vim_binding','base/js/namespace',],function(vim_binding,ns){// Add post callbackvim_binding.on_ready_callbacks.push(function(){varkm=ns.keyboard_manager;// Allow Ctrl-2 to change the cell mode into Markdown in Vim normal modekm.edit_shortcuts.add_shortcut('<C-b>','vim-binding:run-cell-insert-blow',true);// Update Helpkm.edit_shortcuts.events.trigger('rebuild.QuickHelp');});});
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The original shortcut is option + Enter, Can I change it to command + b
I have tried the following code, but it doesn't work, can you help me. Or can you give me more example of how to map in custom.js
The text was updated successfully, but these errors were encountered: