Add back toggle sidebar key bindings

This commit is contained in:
Max Brunsfeld 2022-04-13 11:08:21 -07:00
parent 1e0182f6c7
commit 2ea2ba358f
2 changed files with 22 additions and 9 deletions

View file

@ -53,7 +53,21 @@
"cmd-t": "project_symbols::Toggle",
"cmd-p": "file_finder::Toggle",
"alt-shift-D": "diagnostics::Deploy",
"ctrl-alt-cmd-j": "journal::NewJournalEntry"
"ctrl-alt-cmd-j": "journal::NewJournalEntry",
"cmd-1": [
"workspace::ToggleSidebarItemFocus",
{
"side": "Left",
"item_index": 0
}
],
"cmd-shift-!": [
"workspace::ToggleSidebarItem",
{
"side": "Left",
"item_index": 0
}
]
},
"ProjectSearchBar": {
"enter": "project_search::Search",