Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2.  
  3. // The command to execute for the terminal, leave blank for the OS default
  4. // On OS X the terminal can be set to iTerm.sh to execute iTerm
  5. "terminal": "",
  6.  
  7. // A list of default parameters to pass to the terminal, this can be
  8. // overridden by passing the "parameters" key with a list value to the args
  9. // dict when calling the "open_terminal" or "open_terminal_project_folder"
  10. // commands
  11. "parameters": []
  12. }
  13.  
  14. "terminal": "",
  15.  
  16. "terminal": "/usr/bin/gnome-terminal",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement