Back to Gh Dash

Overview

docs/src/content/docs/getting-started/keybindings/index.mdx

4.23.21.5 KB
Original Source

import { LinkCard, CardGrid } from "@astrojs/starlight/components";

When you use dash to display a dashboard for your GitHub work items, you can interact with the dashboard using key combinations.

This section lists the default keybindings for the dashboard's commands and what they do. Most of the commands are universal across the dashboard's views. There are also commands that are specific to the PRs and Issues views.

You can also define your own custom keybindings with the keybindings setting in your dashboard's configuration file.

<CardGrid> <LinkCard title="Global" href="./global" description="Lists the default keybindings for controlling the dashboard globally." /> <LinkCard title="Selected Item" href="./selected-item" description="Lists the default keybindings for interacting with active items in the dashboard in any view." /> <LinkCard title="Selected PR" href="./selected-pr" description="Lists the default keybindings for interacting with an actively selected item in the PRs view for the dashboard." /> <LinkCard title="Selected Issue" href="./selected-issue" description="Lists the default keybindings for interacting with an actively selected item in the Issues view for the dashboard." /> <LinkCard title="Preview Pane" href="./preview" description="Lists the default keybindings for interacting with the preview pane in the Dashboard." /> </CardGrid>