Skip to content

Commit fb0c74c

Browse files
authored
restore correct keybinding (#64)
* restore correct keybinding * update history for bugfix
1 parent 23a8a4a commit fb0c74c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

History.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Next
44

5+
## 0.15.1 / 2022-03-12
6+
* Fixed a bug in `0.15.0` where you could no longer type `c`.
7+
58
## 0.15.0 / 2022-03-11
69

710
* Homogenize the project with the jupyterlab-contrib organization (#46)

schema/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
},
118118
{
119119
"selector": ".jp-NotebookPanel[data-jp-vim-mode='true'] .jp-Notebook.jp-mod-editMode",
120-
"keys": ["C"],
120+
"keys": ["Accel 1"],
121121
"command": "notebook:change-cell-to-code"
122122
},
123123
{

0 commit comments

Comments
 (0)