mirror of
https://github.com/jbranchaud/til
synced 2026-07-06 09:10:34 +00:00
26 lines
1.0 KiB
Markdown
26 lines
1.0 KiB
Markdown
# Show All Linear Keyboard Shortcuts
|
|
|
|
Linear, the project management software, puts an incredible amount of attention
|
|
to detail into the UX and UI of their app. This includes making the app a power
|
|
tool for power users with tons of keyboard shortcuts.
|
|
|
|
I'm aware of some of Linear's keyboard shortcuts, but the discoverability of
|
|
many of them is tough.
|
|
|
|
A great way to list and browse through all of them right in the app is with
|
|
`Cmd+/`.
|
|
|
|
They are organized into sections that I can scroll through. There is also a
|
|
search box at the top of this _Keyboard Shortcuts_ panel where I can narrow down
|
|
the results to those that match a term.
|
|
|
|
A few that I'm finding immediately useful are:
|
|
|
|
- `gi` to go to my _Inbox_ in the current workspace
|
|
- `gm` to go to _My Issues_ in the current workspace
|
|
- `ow` to open a picker to switch between workspaces
|
|
|
|
Note: the _Keyboard Shortcuts_ panel lists many of the letter-based shortcuts as
|
|
being capitalized. I've found that these don't work when I hold shift. For that
|
|
reason, I've listed the above shortcuts with lowercase letters.
|