From 1bef904c105644d849826e8764f3d17e50801cc0 Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Sat, 12 Mar 2022 02:00:02 -0500 Subject: [PATCH 1/2] restore correct keybinding --- schema/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/plugin.json b/schema/plugin.json index 11972ff..21e93c9 100644 --- a/schema/plugin.json +++ b/schema/plugin.json @@ -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" }, { From 1b565916ec458e4b8cb8ceaac3db547569a339f5 Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Sat, 12 Mar 2022 02:05:21 -0500 Subject: [PATCH 2/2] update history for bugfix --- History.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/History.md b/History.md index 6ae8c0d..7a0a619 100644 --- a/History.md +++ b/History.md @@ -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)