Advertisement
Guest User

Untitled

a guest
Jan 9th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. [
  2. {
  3. "keys": ["control+shift+left"],
  4. "command": "set_layout",
  5. "args":
  6. {
  7. "cols": [0.0, 0.33, 1.0],
  8. "rows": [0.0, 1.0],
  9. "cells": [[0, 0, 1, 1], [1,0,2,1]]
  10. }
  11. }
  12.  
  13. ,{
  14. "keys": ["control+shift+right"],
  15. "command": "set_layout",
  16. "args":
  17. {
  18. "cols": [0.0, 0.66, 1.0],
  19. "rows": [0.0, 1.0],
  20. "cells": [[0, 0, 1, 1], [1,0,2,1]]
  21. }
  22. },
  23. { "keys": ["control+alt+shift+o"], "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"} }
  24. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement