feat(command): uncomment search tip
parent
f0ed98c6ad
commit
4308491e9c
|
@ -235,7 +235,7 @@ const onKeyDown = (e: KeyboardEvent) => {
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<div class="flex items-center px-3 py-1 text-xs">
|
<div class="flex items-center px-3 py-1 text-xs">
|
||||||
<div i-ri:lightbulb-flash-line /> Tip: Use
|
<div i-ri:lightbulb-flash-line /> Tip: Use
|
||||||
<!-- <CommandKey name="Ctrl+K" /> to search, -->
|
<CommandKey name="Ctrl+K" /> to search,
|
||||||
<CommandKey name="Ctrl+/" /> to activate command mode.
|
<CommandKey name="Ctrl+/" /> to activate command mode.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue