diff --git a/preview b/preview
index eff50f0..42a9aff 100755
--- a/preview
+++ b/preview
@@ -6,5 +6,4 @@ start="
TypoML Preview$style"
end=""
output="$start$input$end"
echo "$output" > /tmp/preview.html
-xdg-open /tmp/preview.html
-
+nohup xdg-open /tmp/preview.html &