SublimeFiles icon indicating copy to clipboard operation
SublimeFiles copied to clipboard

Error trying to parse settings: Invalid escape

Open hced opened this issue 9 years ago • 2 comments

Trying to add suggested line from the readme (for using iTerm 2) …

{
  "term_command": "open -a iTerm\ 2 "
}

… results in this error:

Error trying to parse settings: Invalid escape in Packages/User/SublimeFiles.sublime-settings:2:19

hced avatar Nov 29 '14 19:11 hced

 open -a iTerm

Works. It then appends the working directory after, making it

open -a iTerm [folder]

Which is what works in iTerm/Terminal as well

Donkeyfish87 avatar Mar 08 '17 15:03 Donkeyfish87

Yes, but the readme needs to be fixed.

reagle avatar Jun 21 '17 13:06 reagle