Skip to content

Commit

Permalink
Close tabs when the connection was closed #39 , fixed defaults…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodaimon committed Oct 10, 2014
1 parent 54ae228 commit 4685781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GhostText.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"server_port": "4001",
"new_window_on_connect": true,
"close_view_on_disconnect": true,
"new_window_on_connect": false,
"close_view_on_disconnect": false,
"default_syntax": "Markdown.tmLanguage",
"host_to_syntax": {
"sandbox.onlinephpfunctions.com": "PHP.tmLanguage",
Expand Down

0 comments on commit 4685781

Please sign in to comment.