From bbb28fd8113d1181a9adcf51b4369dc7b88a7024 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 23 Jun 2026 03:31:38 -0500 Subject: [PATCH] Add Show All Linear Keyboard Shortcuts as a Workflow TIL --- README.md | 3 ++- .../show-all-linear-keyboard-shortcuts.md | 25 +++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 workflow/show-all-linear-keyboard-shortcuts.md diff --git a/README.md b/README.md index 8ce0ee4..f22f65e 100644 --- a/README.md +++ b/README.md @@ -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). -_1800 TILs and counting..._ +_1801 TILs and counting..._ 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 PDF To Your Kindle](workflow/send-a-pdf-to-your-kindle.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) - [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) diff --git a/workflow/show-all-linear-keyboard-shortcuts.md b/workflow/show-all-linear-keyboard-shortcuts.md new file mode 100644 index 0000000..8337434 --- /dev/null +++ b/workflow/show-all-linear-keyboard-shortcuts.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.