Autosuggestions

What is it

Warp will automatically suggest commands as you type based on shell history and possible completions.

How to access it

  • Press CMD-P to open up the Command Palette
  • Type in "Autosuggestions"
  • Press the option to "Toggle Autosuggestions"

How to use it

  • Complete an autosuggestion using the RIGHT arrow or CTRL-F.
  • CTRL-E and CMD-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.

How it works

Autosuggestion Demo