Commit Graph

4 Commits

Author SHA1 Message Date
f1070a125a Merge branch 'main' into feat/move-block 2025-04-22 18:00:32 +02:00
52a6c444eb Position the cursor at the beginning of the next block when a block is deleted
This also changes the behavior when blocks are moved.
Add tests for the deleteBlock command.
2025-01-09 14:16:20 +01:00
c9c092fc43 Add feature for moving the current block to another buffer
- The Ctrl/Cmd-S keyboard shortcut now pops up a buffer search dialog that can be used to select a buffer that the block should be moved to. 
- Update `BufferSelector` UI and logic to support moving blocks
2025-01-07 23:17:23 +01:00
4e1ddac12c Add tests for block moving feature 2024-02-25 15:32:11 +09:00