LogoLogo
Sign inVisit bito.aiVideo Library
  • 👋Welcome to Bito Academy
  • 🆕Getting Started
    • Quick Overview
    • Installing on Visual Studio Code
    • Installing on JetBrain IDEs
    • Installing Chrome Extension
    • Vim/Neovim Plugin
    • Creating a Bito Account
    • Upgrading Bito Plugin
    • Bito AI Examples
  • 🛡️Privacy & Security
  • 🤖Bito Dev Agents
    • AI Code Review Agent
      • Key Features
      • Supported Programming Languages and Tools
      • Getting Started
        • Install/run Using Bito Cloud
          • Guide for GitHub
          • Guide for GitHub (Self-Managed)
          • Guide for GitLab
          • Guide for GitLab (Self-Managed)
          • Guide for Bitbucket
          • Integrate the AI Code Review Agent into the CI/CD pipeline
          • Create or customize an Agent instance
          • Clone an Agent instance
          • Delete unused Agent instances
        • Install/run as a self-hosted service
          • Prerequisites
          • CLI vs webhooks service
          • Install/run via CLI
          • Install/run via webhooks service
          • Install/run via GitHub Actions
          • Agent Configuration: bito-cra.properties File
      • Available Commands
      • Chat with AI Code Review Agent
      • Implementing custom code review rules
      • Excluding Files, Folders, or Branches with Filters
      • Code Review Analytics
      • FAQs
    • Wingman Coding Agent
      • Key features
      • Supported tools
      • Getting started
  • 🎯Feature Guides
    • AI Chat in Bito
      • Keyboard Shortcuts
      • Chat Session History
      • Share Chat Session
      • Appearance Settings
      • Open Bito in a new tab or window
    • AI that Understands Your Code
      • Overview
      • How it Works?
      • Available Keywords
      • Example Questions
      • How does Bito Understand My Code?
      • Using in Visual Studio Code
      • Using in JetBrains IDEs
      • Managing Index Size
      • FAQs
    • AI Code Completions
      • Overview
      • How it Works?
      • Enable/Disable Settings
      • Accept/Reject Suggestions
      • Keyboard Shortcuts
      • Supported Programming Languages
      • Use Cases and Examples
    • Basic/Advanced AI Models
    • Bito CLI
      • Overview
      • Install or Uninstall
      • Configuration
      • How to Use?
      • Available Commands
      • FAQs
  • 🔖Templates
    • Standard Templates
    • Custom Prompt Templates
    • Diff View
  • 🧠Bito's AI Stack
    • Embeddings
    • Vector Databases
    • Indexing
    • Generative AI
    • Large Language Models (LLM)
    • LLM Tokens
    • LLM Parameters
    • Retrieval Augmented Generation (RAG)
    • Prompts
    • Prompt Engineering
  • 👥Account & Settings
    • Workspace
    • Managing Workspace Members
    • Setting AI Output Language
    • Managing User Access Levels
    • Access Key
  • 💳Billing and Plans
    • Overview
    • Payment Methods
    • Managing Workspace Plan
    • Pay for Additional Workspace Members
    • Advanced AI Requests Usage
    • Billing History
    • Billing Details
    • Security
    • Refund Policy
    • Discounts
  • ⚒️Support & Questions
    • Getting Support
    • Troubleshooting
    • Is it GPT-4?
  • 🆕What's New
  • External Links
    • Git
    • Github Issues
    • Github Discussions
    • Bito.ai
    • VS Code Marketplace
    • JetBrain Marketplace
Powered by GitBook
LogoLogo

Bito Inc. (c) 2025

On this page
  • Set Your Own Keyboard Shortcuts in VS Code
  • Reset Keyboard Shortcut to Default Value in VS Code
  • Set Your Own Keyboard Shortcuts in JetBrains
  • Reset Keyboard Shortcut to Default Value in JetBrains

Was this helpful?

Export as PDF
  1. Feature Guides
  2. AI Code Completions

Keyboard Shortcuts

Effortlessly Use AI Code Completions With Your Keyboard

PreviousAccept/Reject SuggestionsNextSupported Programming Languages

Last updated 8 months ago

Was this helpful?

Description
Press on Keyboard

Get/Trigger suggestions manually

macOS: Option + Shift + K

Windows: Alt + Shift + K

Accept entire suggestion

Tab

Accept single word from suggestion

Coming Soon...

Accept single line from suggestion

Coming Soon...

Dismiss suggestion

Esc

Show next suggestion

macOS: Option + ]

Windows: ALT + ]

Show previous suggestion

macOS: Option + [

Windows: Alt + [

Set Your Own Keyboard Shortcuts in VS Code

  1. Click the gear icon at the bottom left of the VS Code window. Then, select “Keyboard Shortcuts” to view all the keyboard shortcuts used by VS Code and its extensions.

  1. In the search bar, type "bito" to view all the keyboard shortcuts used by the Bito extension.

  1. Find the command for which you want to change the keyboard shortcut. Then, click on the edit icon in front of it.

  1. A popup modal will appear. Enter your new key combination and press the Enter button to save it.

Reset Keyboard Shortcut to Default Value in VS Code

If you change a keyboard shortcut and want to revert to the original, just right-click on the specific command. A menu will pop up. Choose "Reset Keybinding" from this menu.

Set Your Own Keyboard Shortcuts in JetBrains

In JetBrains IDE settings, you can customize the keyboard shortcuts for the AI Code Completions feature according to your preferences. To do so, follow the steps below:

  1. Click the gear icon at the top right of the JetBrains IDE window, then select "Settings" to open the settings window.

  2. In the settings window, click on the "Keymap" button given in the left sidebar. Then, in the search bar, type "bito" to view all the keyboard shortcuts used by the Bito extension.

  3. Find the command for which you want to change the keyboard shortcut and right-click on it. Then select "Add Keyboard Shortcut".

  4. A popup modal will appear. Enter your new key combination and click the "OK" button to save it.

  5. Now you will have more than one keyboard shortcuts assigned to a command. To remove the previously set keyboard shortcut, right-click on the command again. From here, you can remove the desired keyboard shortcut by clicking on the "Remove [keyboard_shortcut_here]" button.

  6. After doing all of the above steps, you must click on "Apply" and then "OK" button to save your changes. Otherwise, your modifications will be lost.

Reset Keyboard Shortcut to Default Value in JetBrains

If you change a keyboard shortcut and want to revert to the original, just right-click on the specific command. A menu will pop up. Choose "Reset Shortcuts" from this menu.

After resetting the shortcut, you must click on "Apply" and then "OK" button to save your changes. Otherwise, your modifications will be lost.

In VS Code settings, you can customize the keyboard shortcuts for feature according to your preferences. To do so, follow the below steps:

🎯
AI Code Completions