devlog: tabbar improvements

This commit is contained in:
CJ van den Berg 2025-10-25 00:19:11 +02:00
parent 16b7bfc86a
commit 0e02916a76
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -15,6 +15,13 @@ them.
You can [subscribe to this page via RSS]($link.page('devlog').alternative('rss')) and find more
devlog entries in the [archive](/devlog/).
## [more tabbar improvements]($section.id("2025-10-25T00:15:46+02:00"))
Tabs can now be reordered with the mouse by dragging them, or by the new commands `move_tab_next`
and `move_tab_previous`. These are bound to `ctrl+shift+page_up` and `ctrl+shift+page_down` in flow
mode. Also, saving an emphemeral buffer now replaces it's tab with the tab for the new file.
## [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