Command Inspector
# Command Inspector import { Tabs, TabItem } from '@astrojs/starlight/components'; import VideoEmbed from '@components/VideoEmbed.astro'; ## How to access it <Tabs> <TabItem label="macOS"> Hover over the part of the command you want to inspect with your mouse or press `CMD-SHIFT-I` to inspect the cursor's current location. </TabItem> <TabItem label="Windows"> Hover over the part of the command you want to inspect with your mouse or press `CTRL-SHIFT-I` to inspect the cursor's current location. </TabItem> <TabItem label="Linux"> Hover over the part of the command you want to inspect with your mouse or press `CTRL-SHIFT-I` to inspect the cursor's current location. </TabItem> </Tabs> ## How it works <VideoEmbed url="https://www.loom.com/share/a00259927ada41b2895fd5c4072a3dcc?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" title="Command Inspector Demo" />Command Inspector (also known as Command X-Ray) surfaces documentation for sub-parts of your command, directly in Warp's Input Editor.
How to access it
Section titled “How to access it”Hover over the part of the command you want to inspect with your mouse or press CMD-SHIFT-I to inspect the cursor’s current location.
Hover over the part of the command you want to inspect with your mouse or press CTRL-SHIFT-I to inspect the cursor’s current location.
Hover over the part of the command you want to inspect with your mouse or press CTRL-SHIFT-I to inspect the cursor’s current location.