diff --git a/app/views/commands/_form.html.erb b/app/views/commands/_form.html.erb
index 1a2c31f72..eab9ca8f9 100644
--- a/app/views/commands/_form.html.erb
+++ b/app/views/commands/_form.html.erb
@@ -6,7 +6,7 @@
terminal_target: "form",
action: "turbo:submit-start->terminal#commandSubmitted turbo:submit-end->terminal#focus keydown.meta+k@document->terminal#focus:prevent keydown.ctrl+k@document->terminal#focus:prevent keydown.enter->terminal#executeCommand keydown.esc->terminal#hideMenus turbo:submit-end->terminal#handleCommandResponse"
} do %>
-
+
<%= text_field_tag "command", nil,
autocomplete: "off",