Skip to main content
Glama

Keyboard Shortcuts MCP Server

by jenova-marie
tmux.json•1.77 kB
{ "os": "ubuntu", "desktop": null, "application": "tmux", "file": "tmux", "categories": [ { "name": "Session Management", "shortcuts": [ { "keys": "Prefix + D", "description": "Detach session" }, { "keys": "Prefix + ?", "description": "List shortcuts" } ] }, { "name": "Window Management", "shortcuts": [ { "keys": "Prefix + C", "description": "New window" }, { "keys": "Prefix + N", "description": "Next window" }, { "keys": "Prefix + P", "description": "Previous window" }, { "keys": "Prefix + 0-9", "description": "Switch to window 0-9" }, { "keys": "Prefix + ,", "description": "Rename window" } ] }, { "name": "Pane Management", "shortcuts": [ { "keys": "Prefix + %", "description": "Split pane vertically" }, { "keys": "Prefix + \"", "description": "Split pane horizontally" }, { "keys": "Prefix + O", "description": "Switch pane" }, { "keys": "Prefix + Arrow", "description": "Move to pane in direction" }, { "keys": "Prefix + X", "description": "Close pane" }, { "keys": "Prefix + Z", "description": "Zoom/unzoom pane" } ] }, { "name": "Copy Mode", "shortcuts": [ { "keys": "Prefix + [", "description": "Enter scroll mode (q to exit)" } ] } ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jenova-marie/keyboard-shortcuts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server