We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a8a4a commit fb0c74cCopy full SHA for fb0c74c
History.md
@@ -2,6 +2,9 @@
2
3
## Next
4
5
+## 0.15.1 / 2022-03-12
6
+ * Fixed a bug in `0.15.0` where you could no longer type `c`.
7
+
8
## 0.15.0 / 2022-03-11
9
10
* Homogenize the project with the jupyterlab-contrib organization (#46)
schema/plugin.json
@@ -117,7 +117,7 @@
117
},
118
{
119
"selector": ".jp-NotebookPanel[data-jp-vim-mode='true'] .jp-Notebook.jp-mod-editMode",
120
- "keys": ["C"],
+ "keys": ["Accel 1"],
121
"command": "notebook:change-cell-to-code"
122
123
0 commit comments