Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
clms2 opened this issue Mar 13, 2019 · 1 comment
Open

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

clms2 opened this issue Mar 13, 2019 · 1 comment

Comments

@clms2
Copy link

clms2 commented Mar 13, 2019

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.

@khrizt
Copy link
Owner

khrizt commented Mar 25, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants