jwkvam / jupyterlab-vim

:neckbeard: Vim notebook cell bindings for JupyterLab
MIT License
975 stars 73 forks source link

`ctrl-[` to exit insert mode #86

Closed axelfahy closed 5 years ago

axelfahy commented 5 years ago

References

This is a PR regarding part of #85.

Changes

* Add `ctrl-[` as keybinding to exit insert mode (same as Escape).

* Update History.md

* Add Vim command bindings entry for `ctrl-[` in README.

* Bump version number to v0.10.2.

I hope it was done as it was supposed to be.