We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312b34c commit b297065Copy full SHA for b297065
History.md
@@ -1,17 +1,18 @@
1
# History
2
3
+## 0.10.1 / 2018-11-21
4
+
5
+ * `ctrl i` enters Vim insert mode from Jupyter command mode (#71) Thanks @wmayner
6
7
## 0.10.0 / 2018-10-08
-==================
8
9
* Update for JupyterLab 0.35
10
11
## 0.9.0 / 2018-08-22
12
13
* Update for JupyterLab 0.34 (#57) Thanks @MisterVulcan
14
15
## 0.8.0 / 2018-08-01
16
17
* Update for JupyterLab 0.33 (#52) Thanks @ah-
18
package.json
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_vim",
- "version": "0.10.0",
+ "version": "0.10.1",
"description": "Code cell vim bindings",
"author": "Jacques Kvam",
"license": "MIT",
0 commit comments