← All Shortcuts

LM Studio Keyboard Shortcuts & Commands (5)

5 LM Studio shortcuts and commands.

About LM Studio

LM Studio is a popular AI tool used by professionals worldwide. Learning keyboard shortcuts can dramatically speed up your workflow — studies show shortcut users save an average of 8 days per year compared to mouse-only users.

This page covers all 22 LM Studio shortcuts across 3 categories: UI Shortcuts, Server & API, Model Parameters. Each shortcut includes a description to help you understand when and how to use it effectively.

💡 Pro Tips for LM Studio Users

Start with the essentials: Learn Ctrl + N (New chat) and Ctrl + Shift + N (New window) first — these are the most commonly used.

Practice daily: Pick 2–3 new shortcuts each day and consciously use them instead of the mouse. Within a week, they become muscle memory.

Print this cheat sheet: Keep a reference nearby until shortcuts become automatic. Focus on the UI Shortcuts category first.

AI workflow tip: Combine keyboard shortcuts with prompt templates to create a fast, repeatable workflow. Save your best prompts and trigger them instantly.

Related Shortcut Pages

ChatGPT OpenAI Codex CLI OpenClaw Claude Code Gemini Midjourney

Search all shortcuts interactively

Open Shortcut Finder

All Shortcuts

UI Shortcuts

ShortcutActionDescription
Ctrl + NNew chatStart a new conversation.
Ctrl + Shift + NNew windowOpen a new LM Studio window.
Ctrl + ,SettingsOpen application settings.
Ctrl + EnterSend messageSend the current message.
Shift + EnterNew lineInsert a line break without sending.
Ctrl + KClear chatClear the current chat history.
Ctrl + FFind modelsSearch available models in the browser.
Ctrl + DModel detailsView details of the selected model.

Server & API

ShortcutActionDescription
lms server startStart serverStart the local LM Studio API server (CLI).
lms server stopStop serverStop the running API server.
lms server statusServer statusCheck whether the server is running.
lms lsList modelsList all downloaded models via CLI.
lms load <model>Load modelLoad a specific model into memory.
lms unloadUnload modelUnload the currently active model.
GET / v1 / modelsList models (API)OpenAI-compatible endpoint to list loaded models.
POST / v1 / chat / completionsChat APIOpenAI-compatible chat completions endpoint.
POST / v1 / completionsCompletion APIOpenAI-compatible text completion endpoint.

Model Parameters

ShortcutActionDescription
TemperatureCreativity (0–1)Higher = more creative, lower = more deterministic.
Context LengthToken windowMax tokens for input + output combined.
Top PNucleus samplingProbability mass threshold for token selection.
Repeat PenaltyAvoid repetitionPenalise recently used tokens to reduce repetition.
GPU LayersGPU offloadNumber of model layers to offload to GPU.