mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 22:24:47 +03:00
Move focus back from buffer search using tab, not cmd-f
This commit is contained in:
parent
373902d933
commit
3312a06368
@ -186,10 +186,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"context": "BufferSearchBar",
|
"context": "BufferSearchBar > Editor",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"escape": "buffer_search::Dismiss",
|
"escape": "buffer_search::Dismiss",
|
||||||
"cmd-f": "buffer_search::FocusEditor",
|
"tab": "buffer_search::FocusEditor",
|
||||||
"enter": "search::SelectNextMatch",
|
"enter": "search::SelectNextMatch",
|
||||||
"shift-enter": "search::SelectPrevMatch"
|
"shift-enter": "search::SelectPrevMatch"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user