Mac 系统内置快捷键
Commands | Usage | Mean |
---|---|---|
Command + A | 全选 | Select All |
Command + X | 剪切 | Cut |
Command + C | 复制 | Copy |
Command + V | 粘贴 | Paste |
"use client" | |
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar" | |
import { Button } from "@/components/ui/button" | |
import { | |
HoverCard, | |
HoverCardContent, | |
HoverCardTrigger, | |
} from "@/components/ui/hover-card" | |
import { LogOut } from "lucide-react" |
function sw() { | |
git switch $args | |
} | |
function unresolve() { | |
git checkout --conflict=merge -- | |
} | |
# temporarily ignoring files | |
function ignore() { |
{ | |
// $0 — tab stop final cursor position | |
// $1, $2 for tab stops — tab stop to specify the cursor location and allow the user to customize the the name of the component | |
// ${1:label}, ${2:another} for placeholders. | |
// ${TM_FILENAME_BASE} — variable for getting the current filename | |
// \t | |
// /capitalize | |
// JS & TS import snippets | |
"Print to console": { |