summaryrefslogtreecommitdiff
path: root/tests/test-org-config-keymap-ownership.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(org-config): flatten table ops directly under the org menuCraig Jennings2026-05-141-2/+20
| | | | | | | | | | | | | | Drop the `T' sub-prefix so table operations sit directly under `C-; O': `O r i' / `O r d' for rows, `O c i' / `O c d' for columns. Move `cj/org-clear-element-cache' from `c' (which now hosts the table-column sub-prefix) to capital `C'. Single-key org commands under this menu live on capitals from here on so the lowercase letters stay free for table sub-prefixes. Drop `cj/org-table-map' entirely -- its bindings now live directly on `cj/org-map'. Three tests in `test-org-config-keymap-ownership.el' updated/added: `C' for clear-cache, plus row and column binding assertions.
* Clean up Org keymap ownershipCraig Jennings2026-05-101-0/+55
Remove the duplicate Org cache keymap and keep C-; O owned by the shared Org map. The cache clear command now clears all Org buffers by default, with a prefix argument for the current buffer.