mirror of
https://github.com/jbranchaud/til
synced 2026-07-06 01:00:35 +00:00
Add Show All Linear Keyboard Shortcuts as a Workflow TIL
This commit is contained in:
@@ -10,7 +10,7 @@ working across different projects via [VisualMode](https://www.visualmode.dev/).
|
|||||||
|
|
||||||
For a steady stream of TILs, [sign up for my newsletter](https://visualmode.kit.com/newsletter).
|
For a steady stream of TILs, [sign up for my newsletter](https://visualmode.kit.com/newsletter).
|
||||||
|
|
||||||
_1800 TILs and counting..._
|
_1801 TILs and counting..._
|
||||||
|
|
||||||
See some of the other learning resources I work on:
|
See some of the other learning resources I work on:
|
||||||
|
|
||||||
@@ -2080,6 +2080,7 @@ If you've learned something here, support my efforts writing daily TILs by
|
|||||||
- [Send A Message To A Discord Channel](workflow/send-a-message-to-a-discord-channel.md)
|
- [Send A Message To A Discord Channel](workflow/send-a-message-to-a-discord-channel.md)
|
||||||
- [Send A PDF To Your Kindle](workflow/send-a-pdf-to-your-kindle.md)
|
- [Send A PDF To Your Kindle](workflow/send-a-pdf-to-your-kindle.md)
|
||||||
- [Set Recurring Reminders In Slack](workflow/set-recurring-reminders-in-slack.md)
|
- [Set Recurring Reminders In Slack](workflow/set-recurring-reminders-in-slack.md)
|
||||||
|
- [Show All Linear Keyboard Shortcuts](workflow/show-all-linear-keyboard-shortcuts.md)
|
||||||
- [Show Linting Errors In Zed](workflow/show-linting-errors-in-zed.md)
|
- [Show Linting Errors In Zed](workflow/show-linting-errors-in-zed.md)
|
||||||
- [Temporarily Hide CleanShot X Capture Previews](workflow/temporarily-hide-cleanshot-x-capture-previews.md)
|
- [Temporarily Hide CleanShot X Capture Previews](workflow/temporarily-hide-cleanshot-x-capture-previews.md)
|
||||||
- [Toggle Between Stories In Storybook](workflow/toggle-between-stories-in-storybook.md)
|
- [Toggle Between Stories In Storybook](workflow/toggle-between-stories-in-storybook.md)
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
# 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.
|
||||||
Reference in New Issue
Block a user