vscode
Complete Keyboard Shortcuts
Basic Editing
| Command | macOS | Windows/Linux |
|---|---|---|
| Cut line (empty selection) | ⌘X | Ctrl+X |
| Copy line (empty selection) | ⌘C | Ctrl+C |
| Paste | ⌘V | Ctrl+V |
| Delete Line | ⇧⌘K | Ctrl+Shift+K |
| Insert Line Below | ⌘Enter | Ctrl+Enter |
| Insert Line Above | ⇧⌘Enter | Ctrl+Shift+Enter |
| Move Line Down | ⌥↓ | Alt+Down |
| Move Line Up | ⌥↑ | Alt+Up |
| Copy Line Down | ⇧⌥↓ | Shift+Alt+Down |
| Copy Line Up | ⇧⌥↑ | Shift+Alt+Up |
| Undo | ⌘Z | Ctrl+Z |
| Redo | ⇧⌘Z | Ctrl+Y |
| Add Selection To Next | ⌘D | Ctrl+D |
More from knoopx/pi
podman
Manages containers, builds images, configures pods and networks with Podman. Use when running containers, creating Containerfiles, grouping services in pods, or managing container resources.
126jujutsu
Manages version control with Jujutsu (jj), including rebasing, conflict resolution, and Git interop. Use when tracking changes, navigating history, squashing/splitting commits, or pushing to Git remotes.
124nix-flakes
Creates reproducible builds, manages flake inputs, defines devShells, and builds packages with flake.nix. Use when initializing Nix projects, locking dependencies, or running nix build/develop commands.
54scraping
Fetches web pages, parses HTML with CSS selectors, calls REST APIs, and scrapes dynamic content. Use when extracting data from websites, querying JSON APIs, or automating browser interactions.
48jscpd
Finds duplicate code blocks and analyzes duplication metrics across files. Use when identifying copy-pasted code, measuring technical debt, or preparing for refactoring.
45nix
Runs packages temporarily, creates isolated shell environments, and evaluates Nix expressions. Use when executing tools without installing, debugging derivations, or working with nixpkgs.
43