isearch: recenterTopBottom
This commit is contained in:
parent
58404df349
commit
c8b63ee977
1 changed files with 6 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue