I wanted to disable the "right" keybinding, but it doesn't work in ST3, even though the exact same procedure works for me in ST2.
I've created a $HOME/.config/sublime-text-3/Packages/User/SimpleClone.sublime-settings file (on Linux) containing
{ "disabled_keymaps": "all" }
But ctrl+shift+right still clones. Creating the exact same file for ST2 ($HOME/.config/sublime-text-3/Packages/User/SimpleClone.sublime-settings) works like a charm.
The only workaround I could use: Install the package in a directory and edit $HOME/.config/sublime-text-3/Packages/SimpleClone/Default (Linux).sublime-keymap to remove the binding manually.
I wanted to disable the "right" keybinding, but it doesn't work in ST3, even though the exact same procedure works for me in ST2.
I've created a
$HOME/.config/sublime-text-3/Packages/User/SimpleClone.sublime-settingsfile (on Linux) containingBut
ctrl+shift+rightstill clones. Creating the exact same file for ST2 ($HOME/.config/sublime-text-3/Packages/User/SimpleClone.sublime-settings) works like a charm.The only workaround I could use: Install the package in a directory and edit
$HOME/.config/sublime-text-3/Packages/SimpleClone/Default (Linux).sublime-keymapto remove the binding manually.