SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
440 stars 64 forks source link

[alt+shift+w] keymap conflict #121

Closed nuragic closed 10 years ago

nuragic commented 11 years ago

Hi,

You have a keymap defined, concretely "toggle_watch", that conflicts with one that is already defined in the Sublime Text default keymaps: "insert_snippet".

I think that [alt+shift+down] may be a good alternative...

Thanks!

lavrton commented 11 years ago

But alt+shift+down is also difined:

{ "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} },
nuragic commented 11 years ago

@lavrton What version of Sublime are you using? And what OS?

In the defaults key bindings I have:

{ "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} }

I'm using Sublime version 2.0.2 in Windows.

lavrton commented 11 years ago

st3 ubuntu.