-1

Change default key-binding for selecting multiple lines on OSX

Jelle de Jong 12 lat temu Ostatnio zmodyfikowane przez Gerrit Kaiser 12 lat temu 3
Please change it to:
  { "keys": ["super+shift+up"], "command": "select_lines", "args": {"forward": false} },
  { "keys": ["super+shift+down"], "command": "select_lines", "args": {"forward": true} }

Now it's using 'ctrl+shift+' and the arrow keys, these are default key-bindigs voor 'Mission control'.
+1
In my head, super+shift+up is "select from current cursor to the top of the file" (since super+up is "go to top of file").  Besides, I didn't think anybody used Mission Control!

;-)
@colinta : Yeah, you're right... maybe i'll just need to disable the mission control key-bindings! ;-)
+1
Yes please change the default keybinding to something that doesn’t conflict with a standard OS function