isearch: recenterTopBottom

This commit is contained in:
Robert Krahn 2014-03-05 15:51:55 -08:00
commit c8b63ee977

View file

@ -156,6 +156,12 @@ exports.iSearchCommands = [{
},
readOnly: true,
isIncrementalSearchCommand: true
}, {
name: 'recenterTopBottom',
bindKey: 'Ctrl-l',
exec: function(iSearch) { iSearch.$editor.execCommand('recenterTopBottom'); },
readOnly: true,
isIncrementalSearchCommand: true
}];
function IncrementalSearchKeyboardHandler(iSearch) {