mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
52f5a4228a
* feat(commands): better handling of buffer-close Previously, when closing buffer, you would loose cursor position in other docs. Also, all splits where the buffer was open would be closed. This PR changes the behavior, if the view has also other buffer previously viewed it switches back to the last one instead of the view being closed. As a side effect, since the views are persisted, the cursor history is persisted as well. Fixes: https://github.com/helix-editor/helix/issues/1186 * Adjust buffer close behavior * Remove closed documents from jump history * Fix after rebase |
||
---|---|---|
.. | ||
src | ||
tests/encoding | ||
Cargo.toml |