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 bbc26f9 commit 87bec49Copy full SHA for 87bec49
visidata/mainloop.py
@@ -225,7 +225,7 @@ def mainloop(vd, scr):
225
return vd.lastErrors and '\n'.join(vd.lastErrors[-1])
226
elif vd.bindkeys._get(vd.keystrokes) is not None:
227
try:
228
- sheet.execCommand(vd.keystrokes, keystrokes=vd.keystrokes)
+ sheet.execCommand(vd.bindkeys._get(vd.keystrokes), keystrokes=vd.keystrokes)
229
except Exception as e: #2859
230
vd.exceptionCaught(e)
231
prefixWaiting = False
0 commit comments