Skip to content

Commit

Permalink
restore correct keybinding (#64)
Browse files Browse the repository at this point in the history
* restore correct keybinding

* update history for bugfix
  • Loading branch information
ianhi authored Mar 12, 2022
1 parent 23a8a4a commit fb0c74c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Next

## 0.15.1 / 2022-03-12
* Fixed a bug in `0.15.0` where you could no longer type `c`.

## 0.15.0 / 2022-03-11

* Homogenize the project with the jupyterlab-contrib organization (#46)
Expand Down
2 changes: 1 addition & 1 deletion schema/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
{
"selector": ".jp-NotebookPanel[data-jp-vim-mode='true'] .jp-Notebook.jp-mod-editMode",
"keys": ["C"],
"keys": ["Accel 1"],
"command": "notebook:change-cell-to-code"
},
{
Expand Down

0 comments on commit fb0c74c

Please sign in to comment.