Warp documentation
  • 🚀Getting Started
    • Quickstart Guide
    • What is Warp?
    • Migrate to Warp
    • Using Warp with [zsh|bash|fish|pwsh]
    • Privacy
    • Refer a Friend & Earn Rewards
    • Warp Preview & Alpha Program
    • Changelog
  • 🎨Appearance
    • Themes
    • Custom Themes
    • Prompt
    • Input Position
    • Text, Fonts, & Cursor
    • Size, Opacity, & Blurring
    • Pane Dimming & Focus
    • Blocks Behavior
    • Tabs Behavior
    • App Icons
  • 📕Features
    • Warp AI
      • Active AI
      • Agent Mode
      • Generate
      • Model Context Protocol
      • Voice
      • Rules
    • Command Palette
    • Warp Drive
      • Notebooks
      • Workflows
      • Prompts
      • Environment Variables
      • Warp Drive on the Web
    • Teams
    • Session Sharing
    • Blocks
      • Block Basics
      • Block Actions
      • Block Sharing
      • Block Filtering
      • Background Blocks
      • Sticky Command Header
    • Modern Text Editing
      • Alias Expansion
      • Command Inspector
      • Syntax & Error Highlighting
      • Vim Keybindings
    • Command Entry
      • Command Corrections
      • Command Search
      • Command History
      • Synchronized Inputs
      • YAML Workflows
    • Command Completions
      • Completions
      • Autosuggestions
    • Session Management
      • Launch Configurations
      • Session Navigation
      • Session Restoration
    • Window Management
      • Global Hotkey
      • Tabs
      • Split Panes
    • Warpify
      • Subshells
      • SSH
    • Accessibility
    • Find
    • Files, Links, & Scripts
    • Markdown Viewer
    • Working Directory
    • Smart-Select
    • Full-screen Apps
    • Keyboard Shortcuts
    • Notifications & Audible Bell
    • Settings Sync (Beta)
    • Quit Warning
    • Integrations
    • URI Scheme
    • Network Log
    • Secret Redaction
    • Linux
  • 📊How Does Warp Compare?
    • Performance
    • Terminal features
  • ❓Help
    • Sending Feedback & Logs
    • Plans, Subscriptions & Pricing
    • Updating Warp
    • Using Warp Offline
    • Logging out & Uninstalling
    • Known Issues
    • Troubleshooting Login Issues
    • Open Source Licenses
Powered by GitBook
On this page
  • How to access it
  • How to use it
  • How it works

Was this helpful?

  1. Features
  2. Command Completions

Autosuggestions

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

PreviousCompletionsNextSession Management

Last updated 2 months ago

Was this helpful?

How to access it

  • From the , type in "Autosuggestions" to toggle.

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 to use it

There are several ways to accept autosuggestions, either completely or partially:

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

There are several ways to accept autosuggestions, either completely or partially:

  • Complete an autosuggestion using the RIGHT arrow or CTRL-F.

  • END jumps to the last character in the Input Editor, then RIGHT completes the autosuggestion.

  • CTRL-SHIFT-RIGHT can be used to partially complete the autosuggestion one component at a time.

There are several ways to accept autosuggestions, either completely or partially:

  • Complete an autosuggestion using the RIGHT arrow or CTRL-F.

  • CTRL-E jumps to the last character in the Input Editor, then RIGHT completes the autosuggestion.

  • CTRL-SHIFT-RIGHT can be used to partially complete the autosuggestion one component at a time.

How it works

📕
Command Palette
Autosuggestion Demo