devlog: clipboard history

This commit is contained in:
CJ van den Berg 2025-10-13 20:51:31 +02:00
parent 8925be7b51
commit 061a0d938d
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 10 additions and 0 deletions

View file

@ -15,6 +15,16 @@ them.
You can [subscribe to this page via RSS]($link.page('devlog').alternative('rss')) and find more You can [subscribe to this page via RSS]($link.page('devlog').alternative('rss')) and find more
devlog entries in the [archive](/devlog/). devlog entries in the [archive](/devlog/).
## [clipboard history]($section.id("2025-10-13T20:45:48+02:00"))
Internal clipboard handling has been re-worked to support multiple history entries. This integrates
with multi-cursor support by copying/pasting one history item for each cursor. The internal
clipboard is bound to `alt+v` (as it always has been) and the new clipboard history palette is bound
to `alt+shift+v`.
[]($video.asset('2025-10-13_clipboard_history.mp4').controls(true))
## [close and save buttons in tabs]($section.id("2025-10-09T21:41:08+02:00")) ## [close and save buttons in tabs]($section.id("2025-10-09T21:41:08+02:00"))
Tabs now show a close or save icon when the mouse hovers over them. Clicking the icon will either Tabs now show a close or save icon when the mouse hovers over them. Clicking the icon will either

Binary file not shown.