
<div class="card col-sm-12 m-2 p-0 border border-info mx-auto">
<div class="card-body">
<p class="card-text m-0">[Logan Kilpatrick just announced search in OpenAI's developer docs](https://twitter.com/OfficialLoganK/status/1686788266886942720) so I glanced at it and saw the hint to jump to the search bar (their `DocSearch-Button-Keys`): `⌘` & `K`. I appreciate such [micro interactions in search](/search/?q=tags%3Amicro). I had supported a couple shortcuts but this prompted me to finally provide hints.
</div>
</div>


<table class="table table-hover table-sm">
<caption>
Here are a few search tools with hints to jump to search
</caption>
<thead>
<tr>
<th scope="col">
Search tool
</th>
<th scope="col">
keys
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="https://platform.openai.com/docs/introduction/overview">OpenAI docs</a>
</td>
<td>
in the search bar: <span class="text-muted"><kbd class="cmd-symbol">⌘</kbd><kbd>K</kbd></span>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/">GitHub</a>
</td>
<td>
in the search bar: <span class="text-muted">Type <kbd>/</kbd> to search</span>
</td>
</tr>
<tr>
<td>
<a href="https://www.perplexity.ai/">Perplexity AI</a>
</td>
<td>
in the search bar: <span class="text-muted">New thread <kbd class="cmd-symbol">⌘</kbd><kbd>K</kbd></span>
</td>
</tr>
<tr>
<td>
<a href="/">danielsgriffin.com</a>
</td>
<td>
below the search bar: <span class="text-muted">
        jump to search:<kbd class="cmd-symbol">⌘</kbd><kbd>/</kbd>
        &emsp;select search:<kbd class="cmd-symbol">⌘</kbd><kbd>K</kbd>
        &emsp;navigate results:<kbd>↑</kbd>/<kbd>↓</kbd>
      </span>
</td>
</tr>




