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)"
}
]
}
]
}