#Klavye Kısayolları
cmux'ta mevcut tüm klavye kısayolları, kategoriye göre gruplandırılmış.
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.
Çalışma alanları kenar çubuğunda bulunur. Her çalışma alanının kendi panel ve yüzey seti vardır.
Yüzeyler, bir panel içindeki sekmelerdir.
Bölmelerin sonsuz, kaydırılabilir bir kanvas üzerinde serbestçe durduğu 2B düzen modu. Hizalama ve dağıtma komutlarına komut paletinden erişilebilir.