# Keybindings

To view the current keybindings and change them, click the gear icon in the top right and select `Open Keyboard shortcuts`.

<figure><img src="/files/11i6PjF1xA45SDbWr5jJ" alt=""><figcaption></figcaption></figure>

## Finding a Keybinding

You can now see all the available commands that you can set a keybinding. You can fuzzy search them by the input box.

<figure><img src="/files/gqSeERuUSvIylmzVsvDe" alt=""><figcaption></figcaption></figure>

## Adding a Keybinding

Click on the row of the command you want to add to change a keybinding. It will have a popup box that shows the name of the command. Simply type in the key you want to bind to the command.

## Removing/Clearing a Keybinding

Click on the row, the popup should be empty by default. Clicking `save` while the box is empty will clear the keybinding.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lapce.dev/get-started/keybindings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
