Skip to content

Commit 929b801

Browse files
authored
fix: override browser shift-esc in command mode (#100)
1 parent 9479e09 commit 929b801

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schema/plugin.json

+5
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@
135135
"keys": ["Shift Escape"],
136136
"command": "notebook:enter-command-mode"
137137
},
138+
{
139+
"selector": ".jp-Notebook.jp-mod-commandMode",
140+
"keys": ["Shift Escape"],
141+
"command": ""
142+
},
138143
{
139144
"selector": ".jp-NotebookPanel[data-jp-vim-mode='true'] .jp-Notebook:focus",
140145
"keys": ["Shift M"],

0 commit comments

Comments
 (0)