sudo pacman -Syu
Sync repos and upgrade every installed package.
Every command and keyboard shortcut you reach for — searchable, copy-ready, and organized by program. Built for Arch users, by Arch users.
sudo pacman -Syu
Sync repos and upgrade every installed package.
sudo pacman -S <pkg>
Install one or more packages from the official repos.
sudo pacman -Rns <pkg>
Remove a package with its dependencies and config.
pacman -Qe
List packages you explicitly installed (not deps).
pacman -Ss <term>
Search the sync databases for a package.
paru -S <pkg>
Build and install a package from the AUR.
paru -Sua
Upgrade only your installed AUR packages.
sudo cachyos-rate-mirrors
Rank and write the fastest CachyOS mirrors.
cachyos-kernel-manager
Install or switch between optimized CachyOS kernels.
sudo pacman -Sc
Clean cached package versions you no longer need.
systemctl status <svc>
Show whether a service is running, plus recent logs.
sudo systemctl enable --now <svc>
Start a service now and on every boot.
journalctl -xe
Show the most recent logs with explanatory context.
journalctl -u <svc> -f
Follow a single service’s logs live.
sudo btrfs subvolume list /
List every Btrfs subvolume and snapshot.
ctrl+shift+enter
Open a new window in the current tab.
ctrl+shift+w
Close the window that has focus.
ctrl+shift+]
Move focus to the next window.
ctrl+shift+t
Open a new tab.
ctrl+shift+q
Close the current tab and all its windows.
ctrl+shift+right
Switch to the next tab.
ctrl+shift+l
Cycle to the next window layout.
ctrl+shift+f
Open the scrollback buffer in your pager.
ctrl+shift+=
Increase the terminal font size.
ctrl+shift+f5
Reload kitty.conf without restarting.
kitty +kitten themes
Browse and apply a Kitty color theme.
kitten icat <img>
Render an image inline in the terminal.
kitten ssh user@host
SSH with Kitty’s terminfo shipped along.
kitty --session <file>
Launch a predefined window and tab layout.
ctrl+shift+.
Move the current tab one position forward.
:w !sudo tee %
Save the current file as root.
gg=G
Re-indent the entire file.
:%s/old/new/g
Find and replace every match in the file.
ciw
Change the word under the cursor.
dd
Delete (cut) the current line.
:noh
Clear the active search highlight.
:vsp
Open a vertical split window.
ctrl-w l
Move to the split on the right.
gd
Jump to the definition under the cursor (LSP).
:Telescope find_files
Fuzzy-find files across the project.
:Lazy sync
Install, update and clean plugins.
:bnext
Switch to the next open buffer.
zz
Center the cursor line on screen.
"+y
Yank the selection to the system clipboard.
:e!
Reload the file, discarding changes.