Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. [
  2. {
  3. "keys": ["ctrl+i"],
  4. "command": "reindent",
  5. "args": {
  6. "single_line": true
  7. }
  8. },
  9.  
  10. {
  11. "keys": ["super+p"],
  12. "command": ""
  13. },
  14. {
  15. "keys": ["super+shift+o"],
  16. "command": "show_overlay",
  17. "args": {
  18. "overlay": "goto",
  19. "show_files": true
  20. }
  21. },
  22.  
  23. {
  24. "keys": ["super+1"],
  25. "command": "set_layout",
  26. "args":
  27. {
  28. "cols": [0.0, 1.0],
  29. "rows": [0.0, 1.0],
  30. "cells": [[0, 0, 1, 1]]
  31. }
  32. },
  33. {
  34. "keys": ["super+2"],
  35. "command": "set_layout",
  36. "args":
  37. {
  38. "cols": [0.0, 0.5, 1.0],
  39. "rows": [0.0, 1.0],
  40. "cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
  41. }
  42. }
  43. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement