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

Changed Keybindings, Still Overrides #247

Open
redbassett opened this issue Dec 28, 2014 · 6 comments
Open

Changed Keybindings, Still Overrides #247

redbassett opened this issue Dec 28, 2014 · 6 comments

Comments

@redbassett
Copy link

Related to #238, I like using my Super+Shift+T command to reopen the most recently closed tab. I have re-mapped RubyTest to use Super+Shift+Y, and this key command works (and is listed in the RubyTest menu), however when in a test file, Super+Shift+T still runs tests rather than opening the last closed file.

@jamonholmgren
Copy link

@redbassett I had the same issue. Just add it again to your user key bindings file.

  { "keys": ["super+shift+t"], "command": "reopen_last_file" },

@redbassett
Copy link
Author

Glad to see re-adding it is an option (hadn't tried yet). That said, any idea how to stop it from overriding in the first place once the keybinding is changed?

@jamonholmgren
Copy link

No...once this workaround worked, I quit looking for a real solution. :)

@redbassett
Copy link
Author

I'll keep this issue open in hopes of getting it resolved correctly, but the custom keybinding works perfectly in the mean time.

@sentience
Copy link

For the record, "super+shift+r" also conflicts with the default key binding for Goto Symbol in Project… in Sublime Text 3.

@gerardroche
Copy link

Add a preference for enable/disable the keymaps. I do this for enabling vi style keymaps in sublime-phpunit. See https://github.com/gerardroche/sublime-phpunit#key-bindings.

--- edit ---

Like this gerardroche/sublime-phpunit@fa68919

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

4 participants