#Scorciatoie da tastiera
Tutte le scorciatoie da tastiera disponibili in cmux, raggruppate per categoria.
Resize the focused pane with Ctrl+Shift+H/J/K/L (left/down/up/right). Hold a key to keep resizing. Change the bindings and Pane Resize Step in Settings → Keyboard Shortcuts. The step is also configurable with app.paneResizeStepPixels in cmux.json (1–200, default 20).
#Shortcut chords
cmux supports two-step shortcut chords in ~/.config/cmux/cmux.json. For the full configuration schema, see the configuration docs.
{
"shortcuts": {
"bindings": {
"newSurface": ["ctrl+b", "c"],
"showNotifications": ["ctrl+b", "i"],
"toggleSidebar": "cmd+b",
"toggleFileExplorer": "cmd+opt+b",
"splitRight": "",
"commandPalettePrevious": null
}
}
}- Use a plain string for a one-step shortcut.
- Use a two-item array for a chord. The first item is the prefix stroke, the second is the key that follows it.
- Each item uses the same syntax as regular bindings, for example cmd+b, ctrl+b, shift+/, or ctrl+1.
Application, window, and top-level command shortcuts.
I workspace si trovano nella barra laterale. Ogni workspace ha i propri pannelli e superfici.
Le superfici sono tab all'interno di un pannello.
Una modalità di layout 2D libera in cui i riquadri fluttuano su un canvas infinito e scorrevole. I comandi di allineamento e distribuzione sono disponibili dalla palette dei comandi.