Autosuggestions
Warp will automatically suggest commands as you type based on shell history and possible completions.
How to access it
From the Command Palette, type in "Autosuggestions" to toggle.
How to use it
There are several ways to accept autosuggestions, either completely or partially:
Complete an autosuggestion using the
RIGHT
arrow orCTRL-F
.CTRL-E
also, completes the autosuggestion when your cursor is at the end of the buffer.CTRL-RIGHT
can be used to partially complete the autosuggestion one component at a time.
How it works
Last updated
Was this helpful?