Move focus back from buffer search using tab, not cmd-f

This commit is contained in:
Max Brunsfeld 2023-01-16 16:01:15 -08:00
parent 373902d933
commit 3312a06368

View File

@ -186,10 +186,10 @@
}
},
{
"context": "BufferSearchBar",
"context": "BufferSearchBar > Editor",
"bindings": {
"escape": "buffer_search::Dismiss",
"cmd-f": "buffer_search::FocusEditor",
"tab": "buffer_search::FocusEditor",
"enter": "search::SelectNextMatch",
"shift-enter": "search::SelectPrevMatch"
}