Command Completions
# Command Completions import VideoEmbed from '@components/VideoEmbed.astro'; 1. [Completions](/terminal/command-completions/completions/) will suggest commands, option names, and path parameters for you. 2. [Autosuggestions](/terminal/command-completions/autosuggestions/) will automatically suggest commands as you type based on shell history and possible completions. ## Completions <VideoEmbed url="https://www.loom.com/share/92594c821ae341f69d5d1c1af56f2c69?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" title="Completions Demo" /> ## Autosuggestions <VideoEmbed url="https://www.loom.com/share/5e87c52ae855486ab88ffb2f89aeaf73?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" title="Autosuggestion Demo" />Warp's main features for command completions and autosuggestions.
- Completions will suggest commands, option names, and path parameters for you.
- Autosuggestions will automatically suggest commands as you type based on shell history and possible completions.