feat: bind restore_closed_tab to ctrl+shift+t

This commit is contained in:
CJ van den Berg 2025-11-04 12:32:51 +01:00
parent 1d28985568
commit 19f88a8349

View file

@ -12,6 +12,7 @@
["ctrl+o", "open_file"],
["ctrl+e", "open_recent"],
["alt+o", "open_previous_file"],
["ctrl+shift+t", "restore_closed_tab"],
["ctrl+shift+f5", "reload_file"],
["ctrl+k ctrl+t", "change_theme"],
["ctrl+shift+p", "open_command_palette"],