SUMMARY Now that the app supports showing multiple tabs in a view, Ctrl-W shortcut should be closing a currently shown tab, which is what is commonly expected of that shortcut, instead of the while book (file). STEPS TO REPRODUCE 1. Open multiple tabs, e.g. in ledger view 2. Hit Ctrl-W OBSERVED RESULT The whole book is closed EXPECTED RESULT The currently-shown tab should be closed
Git commit 391652ab5f620dfa3599f82f4638be17ab489e4f by Thomas Baumgart. Committed on Sun Jul 10 10:29:39 2022 +0200 Pushed by tbaumgart into branch 'master'. The close shortcut closes tabs first then the file In the views that allow to open multiple tabs at once (ledger and reports) hitting the Close shortcut (Ctrl+W) will close the current selected tab and not the whole file. If the current view does not have any closable tabs, the file will be closed as before.