Closed nuragic closed 10 years ago
But alt+shift+down
is also difined:
{ "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} },
@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.
st3 ubuntu.
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!