Provides information about keybindings for display in tooltips.

interface ISearchKeyBindings {
    next?: IKeyBinding;
    previous?: IKeyBinding;
    toggleSearchInSelection?: IKeyBinding;
}

Properties

next?: IKeyBinding
previous?: IKeyBinding
toggleSearchInSelection?: IKeyBinding