##// END OF EJS Templates
Backport PR #4183: ESC should be handled by CM if tooltip is not on...
Backport PR #4183: ESC should be handled by CM if tooltip is not on This PR fixes an issue on a key-press event with ESC in code cells, allowing the event to propagate to CM if tooltip is not on. Currently, key-pressing ESC in a code cell simply removes tooltip, and the event is ignored by CM. I can not get out of insert mode when I am using Vim key binding.
MinRK -
r13953:37266d04
Show More
Name Size Modified Last Commit Author
/ IPython / parallel / client
__init__.py Loading ...
asyncresult.py Loading ...
client.py Loading ...
magics.py Loading ...
map.py Loading ...
remotefunction.py Loading ...
view.py Loading ...