We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58404df commit c8b63eeCopy full SHA for c8b63ee
1 file changed
lib/ace/commands/incremental_search_commands.js
@@ -156,6 +156,12 @@ exports.iSearchCommands = [{
156
},
157
readOnly: true,
158
isIncrementalSearchCommand: true
159
+}, {
160
+ name: 'recenterTopBottom',
161
+ bindKey: 'Ctrl-l',
162
+ exec: function(iSearch) { iSearch.$editor.execCommand('recenterTopBottom'); },
163
+ readOnly: true,
164
+ isIncrementalSearchCommand: true
165
}];
166
167
function IncrementalSearchKeyboardHandler(iSearch) {
0 commit comments