<%= turbo_frame_tag "terminal" do %>
<%= render partial: "event", collection: @events %> <%= turbo_frame_tag "terminal_form" do %> <%= link_to edit_terminal_path, class: "terminal__link flex align-center gap-half min-width", data: { action: "keydown.meta+shift+p@document->hotkey#click", controller: "hotkey" } do %> Fizzy do > Search or type commands… <% end %> <% end %>
<% end %>