mikefowler / simple-clone

A Sublime Text plugin for lightning-fast file cloning. Compatible with both ST2 and ST3.
28 stars 12 forks source link

Keybindings conflict #1

Closed bizoo closed 11 years ago

bizoo commented 12 years ago

Nice plugin, thanks for sharing.

The keybindings are already used by ST2:

    { "keys": ["ctrl+shift+right"], "command": "move", "args": {"by": "word_ends", "forward": true, "extend": true} },
    { "keys": ["ctrl+shift+down"], "command": "swap_line_down" },

It's rather difficult to find a free keybinding today, so IMHO the best way to deal with them is to ask the users to defined what they want in their user config and suggest something as example in the readme.

mikefowler commented 12 years ago

You're right, it's tough to find something that isn't already used by default, nevermind by another package. The defaults were what made most sense to me, but perhaps you're right. Thanks for the feedback!

mattbolt commented 11 years ago

This issue can probably be closed now with the addition of new changes allowing keybinds to be disabled

mikefowler commented 11 years ago

Agreed. Thanks for the updates, @mattbolt, I appreciate it.

mattbolt commented 11 years ago

You're most welcome ... The plugin was exactly what I was looking for, but these two keybinds particularly are things I use virtually every day. Figured I'd do something about it :smile: