<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/making-cider-more-discoverable-fipfbov2q" -->

---
title: Making CIDER More Discoverable | daily.dev
description: CIDER 2.0 introduces transient menus across all command groups, making its 300+ interactive commands discoverable without breaking existing keybindings. Every...
canonical: https://daily.dev/posts/making-cider-more-discoverable-fipfbov2q
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Making CIDER More Discoverable | daily.dev
og:description: CIDER 2.0 introduces transient menus across all command groups, making its 300+ interactive commands discoverable without breaking existing keybindings. Every...
og:url: https://daily.dev/posts/making-cider-more-discoverable-fipfbov2q
og:image: https://api.daily.dev/og/posts/FipFboV2Q.png
og:image:alt: Making CIDER More Discoverable
og:image:width: 1200
og:image:height: 630
og:locale: en
---

[Meta Redux](https://daily.dev/sources/metaredux)

[Read post](https://api.daily.dev/r/FipFboV2Q)

# [Making CIDER More Discoverable](https://api.daily.dev/r/FipFboV2Q "Go to post")

CIDER 2.0 introduces transient menus across all command groups, making its 300+ interactive commands discoverable without breaking existing keybindings. Every command group now has a self-documenting popup (eval, doc, test, namespace, debugger, inspector, etc.), and menus also expose per-invocation arguments like pretty-printer selection and test selectors. Beyond menus, the release adds a consolidated keybindings reference page, an updated refcard, a summonable in-REPL reference card, and deprecation warnings for old keybindings. The philosophy: embed feature discovery inside the workflow at the moment of hesitation, following the pattern Magit proved with transient.

[#clojure](/tags/clojure "Check all #clojure posts")

Jul 23•4m read time•From [metaredux.com](https://api.daily.dev/r/FipFboV2Q "metaredux.com")

[![Post cover image](https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/dedf722536cd790a73f152e04476db6b?_a=AQAEuop)](https://api.daily.dev/r/FipFboV2Q "Go to post")

Table of contents

[The problem: CIDER is huge](https://api.daily.dev/r/FipFboV2Q?a=the-problem-cider-is-huge "The problem: CIDER is huge")[Transient everywhere](https://api.daily.dev/r/FipFboV2Q?a=transient-everywhere "Transient everywhere")[Discovery beyond menus](https://api.daily.dev/r/FipFboV2Q?a=discovery-beyond-menus "Discovery beyond menus")[The philosophy](https://api.daily.dev/r/FipFboV2Q?a=the-philosophy "The philosophy")

74 Impressions

Comment

Bookmark

Copy

![Placeholder image for anonymous user](https://media.daily.dev/image/upload/s--qsFuKGv_--/t_logo,f_auto/public/noProfile)Share your thoughtsPost

[![Meta Redux's image](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/553e6ad4c072454a986660a28a241343)](https://daily.dev/sources/metaredux)

[Meta Redux](https://daily.dev/sources/metaredux "https://daily.dev/sources/metaredux")

MetaRedux provides tutorials, guides, and resources for learning and mastering Redux, a state manage... Read more

3 Followers

•

18 Upvotes

#### Would you recommend this post?

Copy link

WhatsApp

Facebook

X

New Squad

Copy linkShare with your friends

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Making CIDER More Discoverable","url":"https://daily.dev/posts/making-cider-more-discoverable-fipfbov2q","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/making-cider-more-discoverable-fipfbov2q"},"datePublished":"2026-07-23T17:00:01.282Z","dateModified":"2026-07-29T15:07:31.574Z","description":"CIDER 2.0 introduces transient menus across all command groups, making its 300+ interactive commands discoverable without breaking existing keybindings. Every...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/dedf722536cd790a73f152e04476db6b?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/dedf722536cd790a73f152e04476db6b?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Meta Redux","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Meta Redux","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/553e6ad4c072454a986660a28a241343","url":"https://daily.dev/sources/metaredux"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/making-cider-more-discoverable-fipfbov2q","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"clojure","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Meta Redux","item":"https://daily.dev/sources/metaredux"},{"@type":"ListItem","position":3,"name":"Making CIDER More Discoverable"}]}
```

