simple-clone icon indicating copy to clipboard operation
simple-clone copied to clipboard

ST3: Disabling keybindings doesn't work

Open pmorch opened this issue 11 years ago • 6 comments

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.

pmorch avatar Jun 19 '13 12:06 pmorch