tomlin7 / biscuit

Aesthetic, lightweight code editor with extension support
https://tomlin7.github.io/biscuit
MIT License
189 stars 27 forks source link

Restoring most recently closed tabs (`Ctrl` + `Shift` + `T`) #400

Closed tomlin7 closed 1 month ago

tomlin7 commented 1 month ago

Feature

Tabs when closed, are not destroyed. Instead they are cached and restored next time user opens them. Add a global keybinding Ctrl + Shift + T to perform restore of recently closed tabs (simply popping from cache). Also add this to editor tab bar action menu.

tomlin7 commented 1 month ago

Implemented in #401 by @GooglyBlox