Zheeeng
344 posts


This widget looks pretty nice.






list of keybindings i use all the time in @cursor_ai composer: - cmd-backspace to cancel generation - cmd-enter/backspace to accept/reject all - tab/shift-tab to cycle between messages to prompt more and resubmit - cmd-alt-/ to open model toggle - cmd-n/r to create new composer - cmd-shift-K to open composer as bar - cmd-[ ] to cycle through composers - cmd-alt-l to open histories - cmd-w to close composer what other keybindings would people want added?


CSS position: sticky, scroll-snap + progressively enhanced scroll animation 📜 li { animation: bright; animation-range: calc(50% - 1lh) calc(50% + 1lh); animation-timeline: view(); scroll-snap-align: center; } @keyframes bright { 50% { opacity: 1; }}



scramble text with CSS – translate some letter strips on :hover – vertical letters with word-break/white-space a:is(:hover, :focus-visible) span { transition: translate 0.25s var(--delay) steps(11); translate: -50% calc(100% - 1lh); }








