Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [
  2.         {
  3.                 "keys": ["ctrl+left"],
  4.                 "command": "expandselection",
  5.                 "args": {
  6.                         "direction": "left"
  7.                 }
  8.         },
  9.         {
  10.                 "keys": ["ctrl+right"],
  11.                 "command": "expandselection",
  12.                 "args": {
  13.                         "direction": "right"
  14.                 }
  15.         }
  16. ]