Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. // Поместите настраиваемые сочетания клавиш в этот файл, чтобы переопределить сочетания клавиш по умолчанию.
  2. [
  3. {
  4. "key": "shift+alt+right",
  5. "command": "expand_region",
  6. "when": "editorTextFocus"
  7. },
  8. {
  9. "key": "shift+alt+left",
  10. "command": "undo_expand_region",
  11. "when": "editorTextFocus && editorHasSelection"
  12. }
  13. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement