enhance(editor): allow global git cmd shortcut

This commit is contained in:
Andelf
2022-04-15 19:26:26 +08:00
committed by Tienson Qin
parent dbd8e1e9ee
commit e6d87dfd6c
2 changed files with 7 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
[:h1.title
"Input command"]
[:div.mt-4.mb-4.relative.rounded-md.shadow-sm.max-w-xs
[:input#run-command.form-input.block.w-full.sm:text-sm.sm:leading-5
[:input#run-command.form-input.font-mono.block.w-full.sm:text-sm.sm:leading-5
{:autoFocus true
:on-key-down util/stop-propagation
:placeholder "git commit -m ..."