Introduce pane::ReopenClosedItem bound to cmd-shift-t

This commit is contained in:
Antonio Scandurra 2022-06-27 17:44:33 +02:00
parent 024dfd760c
commit 0652542f60
2 changed files with 56 additions and 7 deletions

View file

@ -212,6 +212,7 @@
"bindings": {
"ctrl--": "pane::GoBack",
"shift-ctrl-_": "pane::GoForward",
"cmd-shift-T": "pane::ReopenClosedItem",
"cmd-shift-F": "project_search::ToggleFocus"
}
},