chrissimpkins / glue

Glue is a plugin that joins your shell to Sublime Text in quasi-perfect harmony.
http://gluedocs.readthedocs.org/
MIT License
254 stars 10 forks source link

Cmd-shift-t binding still in effect after removing via package control #47

Open superdex opened 8 years ago

superdex commented 8 years ago

After removing Glue via Package Control, Cmd-Shift-t still opens a 'terminal.glue' file

Sublime Mac 3103

chrissimpkins commented 8 years ago

Are you still seeing Glue in the list of installed packages when you select Preferences > Package Settings?

superdex commented 8 years ago

No, it's gone from there--

On Wednesday, February 10, 2016, Chris Simpkins notifications@github.com wrote:

Are you still seeing Glue in the list of installed packages when you select Preferences > Package Settings?

— Reply to this email directly or view it on GitHub https://github.com/chrissimpkins/glue/issues/47#issuecomment-182631469.

chrissimpkins commented 8 years ago

and just to check you have closed and reopened ST? not sure how it caches keybindings.

superdex commented 8 years ago

Yup, even after closing and reopening. Thanks!

On Wed, Feb 10, 2016 at 4:27 PM, Chris Simpkins notifications@github.com wrote:

and just to check you have closed and reopened ST? not sure how it caches keybindings.

— Reply to this email directly or view it on GitHub https://github.com/chrissimpkins/glue/issues/47#issuecomment-182633572.

chrissimpkins commented 8 years ago

To confirm Ctrl-Shift-t or Ctrl-Alt-g?

superdex commented 8 years ago

Cmd+shift+t (not ctrl)

Thanks Chris!

On Thursday, February 11, 2016, Chris Simpkins <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:

To confirm Ctrl-Shift-t or Ctrl-Shift-g?

— Reply to this email directly or view it on GitHub https://github.com/chrissimpkins/glue/issues/47#issuecomment-182882277.

chrissimpkins commented 8 years ago

It's been a long time since I last worked on this project, but I think that the only keybinding associated with Glue is Ctrl-Alt-g. It is in this keybinding file:

https://github.com/chrissimpkins/glue/blob/master/keymaps/Default%20%28OSX%29.sublime-keymap

and documented here: https://github.com/chrissimpkins/glue#open-with-keybinding

I searched for the one that you mentioned in the default ST keybinding list and cannot find it. Any chance that you set a user keymap that might be opening a last closed file or something else that may be repopulating the Glue file in ST?