assets/keymaps/macos/emacs.json 🔗
@@ -53,6 +53,14 @@
"shift shift": "file_finder::Toggle"
}
},
+ {
+ "context": "BufferSearchBar > Editor",
+ "bindings": {
+ "ctrl-s": "search::SelectNextMatch",
+ "ctrl-r": "search::SelectPrevMatch",
+ "ctrl-g": "buffer_search::Dismiss"
+ }
+ },
{
"context": "Pane",
"bindings": {