There was an error while loading. Please reload this page.
1 parent 1d18445 commit c1cffc2Copy full SHA for c1cffc2
1 file changed
spyder_vim/spyder/plugin.py
@@ -68,6 +68,11 @@ def on_editor_available(self):
68
editor.editorsplitter,
69
self.vim_cmd.commandline.setFocus)
70
sc.setContext(Qt.WidgetWithChildrenShortcut)
71
+ sc2 = QShortcut(
72
+ QKeySequence(Qt.META + Qt.Key_BracketLeft),
73
+ editor.editorsplitter,
74
+ self.vim_cmd.commandline.setFocus)
75
+ sc2.setContext(Qt.WidgetWithChildrenShortcut)
76
77
def check_compatibility(self):
78
valid = True
0 commit comments