aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ui-navigation--split-dashboard.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(ui-navigation): split from the dashboard opens scratch, not the dashboardCraig Jennings22 hours1-0/+21
| | | | C-x 2 / C-x 3 already show the dashboard in the new window while point stays put. The one dead spot was splitting from the dashboard itself, which put the dashboard in both panes. Now the new window shows *scratch* when the current buffer is the dashboard, and the dashboard everywhere else. I pulled the choice into a pure predicate (cj/--split-from-dashboard-p) and a companion helper, both tested.
* feat(ui-navigation): C-x 2/3 show the dashboard in the new windowCraig Jennings39 hours1-0/+69
Splitting with C-x 2 or C-x 3 now shows *dashboard* in the freshly created window and keeps point in the original, instead of mirroring the current buffer. cj/--split-show-buffer does the placement; cj/--dashboard-buffer fetches or opens the dashboard without disturbing windows.