GotoLastEdit icon indicating copy to clipboard operation
GotoLastEdit copied to clipboard

ctrl+q is occupied by default in the latest sublime text3

Open clms2 opened this issue 6 years ago • 1 comments

KeyError: 151
Traceback (most recent call last):
  File "E:\work\Sublime Text Build\sublime_plugin.py", line 478, in run_callback
    expr()
  File "E:\work\Sublime Text Build\sublime_plugin.py", line 585, in <lambda>
    run_callback('on_modified', callback, lambda: callback.on_modified(v))
  File "E:\work\Sublime Text Build\Data\Installed Packages\GoToLastEdit.sublime-package\GotoLastEdit.py", line 31, in on_modified
    if CE.prev_line[view.id()] == -1 or curr_line != CE.prev_line[view.id()]:

it doesnt work in the latest version of sublime text3 (3197) and I set the user key binging : { "keys": ["ctrl+q"]},, it works again, but there is an error in console:

Unable to parse binding {keys: [ctrl+q]}

can I bind the real command of gotoLastEdit?thx.

clms2 avatar Mar 13 '19 11:03 clms2

It's working for me in version 3200, but I'm on Ubuntu, not windows. I'll try to set up a windows scenario to test it

khrizt avatar Mar 25 '19 08:03 khrizt