惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

M
MIT News - Artificial intelligence
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
Last Week in AI
Last Week in AI
S
SegmentFault 最新的问题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
人人都是产品经理
人人都是产品经理
WordPress大学
WordPress大学
The Cloudflare Blog
IT之家
IT之家
雷峰网
雷峰网
小众软件
小众软件
博客园 - 叶小钗
博客园 - 聂微东
爱范儿
爱范儿
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
博客园 - 【当耐特】
V
V2EX
博客园_首页
T
Tailwind CSS Blog

BGR - Industry-Leading Insights In Tech And Entertainment

4 Features To Look For In Your Next Phone Case The Apple Watch Series 11 Is Great, But Smart Money Buys This Smartwatch Instead 4 Of The Most Useful Gadgets For Seniors (Besides Phones) Is It Safe To Plug Your Phone Into A USB Wall Socket? 5 Ways To Speed Up Your MacBook Neo 5 Myths About Incognito Mode You Need To Stop Believing Here's How Much The MacBook Neo's Display Costs To Replace 5 Of The Best Nintendo Switch 2 Carrying Cases New Breakthrough In Quantum Computers Could Completely Change How Much They Cost 5 3D Printer Projects To Take Your Raspberry Pi Builds To The Next Level What Makes The Apple Pencil So Expensive? 5 Notoriously Unreliable Retro Consoles You Should Avoid Why You Can't Just Buy A Petabyte Hard Drive 4 Reliable USB Charger Brands That Can Compete With Anker There Might Be A Drawback To Using Your Roku On A Monitor 5 Email Etiquette Rules People Break All The Time Here's What Those Two Holes Are For On Your Samsung Galaxy Phone Cheap Projectors Will Probably Leave You Disappointed - Here's Why 5 Weird Raspberry Pi Projects That Will Freak Out Your Friends What's The Point Of A Mini PC If You Already Have A Laptop? Yellowstone Star Wes Bentley Explored Deep Space In A Beloved Sci-Fi Movie 7 Renter-Friendly Smart Home Upgrades Your Landlord Won't Mind This Palm-Sized Camera Gadget Is The Secret To Capturing Perfect Lightning Strikes Upstream Vs. Downstream USB Ports On Your Monitor: What's The Difference? 4 Of The Coolest Gadgets For Your Xbox Don't Wait To Upgrade Your MacBook In 2026 - Here's Why Should You Accept Or Reject Cookies From A Website? 5 Gaming Monitors That Are Perfect For Your PlayStation 5 What A Smart Thermostat Actually Saves You Money On (And What It Doesn't) 5 USB-Powered Gadgets That Can Replace Traditional Appliances
The 9 Best Linux Keyboard Shortcuts You Didn
Kazim Alvi · 2026-06-27 · via BGR - Industry-Leading Insights In Tech And Entertainment
person sitting on a workstation with the monitor showing the Linux logo

Claudio Borquez Arias/Shutterstock

Linux may not be the most user-friendly operating system, but it's certainly one of the most productive. And a major reason behind this is the availability of a wide array of keyboard shortcuts you can use to streamline your workflow. Many keyboard shortcuts in Linux work the same way as they do in Windows, but there are other Linux shortcuts and hotkeys that you won't be able to stop using once you know them.

Whether you want more control over active apps and processes, seamlessly capture perfect-sized screenshots, run commands without launching Terminal, or simply work faster in Terminal, these Linux shortcuts will prove useful. This makes performing both everyday tasks and advanced operations simpler and quicker. Instead of reaching for the mouse every time, you can use these key combinations to streamline things. The best part is that you don't need to memorize dozens of shortcuts. Learning just a few (and their variations) is all it takes.

Desktop shortcuts

person working on a laptop with one hand on the keyboard and another on the touchpad

Setthaphat Dodchai/Getty Images

Whether you are directly installing Linux or switching from Windows, these keyboard shortcuts can help you navigate the OS and perform everyday tasks with ease. Sometimes, a shortcut's behavior varies depending on the Linux distribution you are using, but most work the same across all distros. Also, the Super key is one with the Windows logo on most systems.

Ctrl + Alt + T: If you are a Linux power user and extensively rely on Terminal, this shortcut can be used to instantly open it from anywhere.

Alt + F2: While Terminal is one of the most important parts of Linux, you can also run commands outside of it. Press Alt + F2 to open the Run dialog, and you can directly run commands or launch programs from here.

Ctrl + Q: This shortcut allows you to close the active program or any slowing down your computer without leaving the keyboard. Remember, some apps, like Google Chrome, don't support it.

Alt + PrintScreen: This lets you capture a screenshot of the active window instead of the entire desktop on most Linux desktops, eliminating the need to crop the screenshot later.

Terminal shortcuts

person on a workstation with the monitor displaying the Ubuntu logo

Claudio Borquez Arias/Shutterstock

Terminal is one of the most important tools in Linux, especially for power users who prefer to interact with the system using commands. If you, too, rely on Terminal, these shortcuts will make it much simpler to use. You can terminate active commands and processes, fix common mistakes, or jump to specific parts of a command. Keep in mind that most Terminal shortcuts play a different role outside of it.

Ctrl + C: While the shortcut typically copies highlighted text in the graphical user interface, within Terminal, you can use it to terminate an active command or program instantly. This helps when something is taking too long to respond or is simply stuck.

Ctrl + U: If you have mistyped a command, use this shortcut to clear everything from the cursor's position to the beginning of the line. This way, you won't have to press the "Backspace" key repeatedly.

Ctrl + K: This is the opposite of the last shortcut, clearing everything from the cursor's position to the end of the line.

Ctrl + A and Ctrl + E: You can use these shortcuts for faster navigation within Terminal. While "Ctrl + A" takes the cursor to the beginning of the current command line, "Ctrl + E" moves it to the end.

Ctrl + W: If you made a small mistake while typing a command, this shortcut clears the last word before the cursor.