Expose panel rails with mobile aliases

This commit is contained in:
slhx agent
2026-06-21 22:52:41 +02:00
parent 4789cf79bc
commit c6c5366098
5 changed files with 41 additions and 18 deletions
+9 -10
View File
@@ -295,17 +295,16 @@ Opening a result returns to the editor without leaving behind permanent splits.
| Keys | Surface |
| --- | --- |
| `Space f` | files panel / file tree / finder / recent |
| `Space P` | Pi/local trusted tool panel |
| `Space a` or `Space P` | Pi/local trusted assistant/tool panel (`a` is the no-shift mobile path; `P` is the attached-keyboard mnemonic) |
| `Space s` | search: file/project/symbol |
| `Space d` | diagnostics |
| `Space g` | go/navigation |
| `g` rail | go/navigation (`gg`, `G`, `g u/d`, `g a/A`, diagnostics) |
| `Space l` | language/LSP tools |
| `Space t` | tasks: build/test/check/lint jobs |
| `Space j` or `Space t` | jobs/tasks: build/test/check/lint output and cancellation (`j` is the no-shift mobile path; `t` remains the task mnemonic) |
| `Space b` | buffers/build output depending on rail label |
| `Space v` | version control/git workbench |
| `Space !` | terminal escape hatch/job command |
| `Space p` | coding symbol rail |
| `Space P` | Pi/local trusted tool panel |
| `Space y` or `Space p` | coding symbol rail (`y` is the no-shift alternate kept free for symbols; `p` is the historical/programming mnemonic) |
Panel controls are consistent:
@@ -334,11 +333,11 @@ Tool operations are first-class commands, not hidden side effects.
| `Space l` `f` | format current buffer |
| `Space l` `F` or `Space l` `w` | toggle/show format-on-save policy for this source build |
| `Space l` `d` | show provider details for symbol/diagnostic under cursor |
| `Space t` `l` | lint current file |
| `Space t` `L` | lint project/workspace |
| `Space t` `b` | build |
| `Space t` `t` | test |
| `Space t` `c` | check/typecheck |
| `Space j`/`Space t` `l` | lint current file |
| `Space j`/`Space t` `L` | lint project/workspace |
| `Space j`/`Space t` `b` | build |
| `Space j`/`Space t` `t` | test |
| `Space j`/`Space t` `c` | check/typecheck |
| `Space d` | diagnostics panel |
| `Space d` `n` | next diagnostic |
| `Space d` `p` | previous diagnostic |