# Settings

## General Settings

![](/files/-LdnNNeOUZIQOsIMMTHh)

## Always Start with a Specific Command

Change this setting if you want to launch Runner with a specific command, or with the `Last used` command. This means Runner remembers the last command you were using  and starts with that next time you launch it.

![](/files/-LdnNRjeaf9QTtJSVXPo)

{% hint style="info" %}

#### You can set up custom [Shortcuts](/shortcuts.md) for each Command.

{% endhint %}

## Remember Runner's Position

Turning this setting on makes sure to keep the Runner window where you positioned it on screen.

## Insert Preview at the Bottom

Turning this setting on will show the preview area at the bottom of the Runner window. This is useful if you have long path names for your Symbols.

![](/files/-LdnNU5exMxpyIyYfGSc)

## Show Commands Transition

Turning this setting off will hide the Commands Bar when switching between them with the `tab` key.

## Save Recent Search Queries

Turning this setting on will save your session's search queries locally on your computer. This allows to use the `↑` arrow key to access previously typed queries. This only works when the input field is empty.

## Show Previously Run Actions

Turning this setting on will remember your executed actions. It will display them in chronological order in `Run` when the input field is empty.

![](/files/-LYCxGCZf2-W5mxqF5xT)

## Hide Emoji in Plugins Menu

Turning this setting on will remove the Runner emoji in the Plugins menu.


---

# 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.sketchrunner.com/settings.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.
