Add emacs keybinds for previous/next/cancel in search (#21921)

This commit is contained in:
Peter Tripp 2024-12-12 14:50:54 +00:00 committed by GitHub
parent 1f296d8f3b
commit 91b02a6259
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,6 +53,14 @@
"shift shift": "file_finder::Toggle" "shift shift": "file_finder::Toggle"
} }
}, },
{
"context": "BufferSearchBar > Editor",
"bindings": {
"ctrl-s": "search::SelectNextMatch",
"ctrl-r": "search::SelectPrevMatch",
"ctrl-g": "buffer_search::Dismiss"
}
},
{ {
"context": "Pane", "context": "Pane",
"bindings": { "bindings": {