Autosuggestions
Warp will automatically suggest commands as you type based on shell history and possible completions.
- Press
CMD-P
to open up the Command Palette - Type in "Autosuggestions"
- Press the option to "Toggle Autosuggestions"
- Complete an autosuggestion using the
RIGHT
arrow orCTRL-F
. CTRL-E
andCMD-RIGHT
also complete the autosuggestion when your cursor is at the end of the buffer (the last character in the Input Editor).
Terminal Tip
You can change the keybinding for accepting autosuggestions to
Tab
. Configure this in the "Tab key behavior" setting under Features > Editor. Note: This will update the keybinding for opening the completions menu to CTRL-SPACE
. You can also enable the "Open completions menu as you type" in Settings > Features so that the completions menu opens automatically.Autosuggestion Demo
Last modified 2mo ago