0.9.10The omnibar provides kinds of functions that need user input, for example,
tbog / ow ...:Key bindings in Omnibar:
Enter to open selected item and close omnibar.Ctrl-Enter to open selected item, but keep omnibar open for more items to be opened.Shift-Enter to open selected item in current tab and close omnibar.
If you'd like to open in current tab by default, please use go.Shift-Tab to backward cycle through the candidates.Ctrl-. to show results of next pageCtrl-, to show results of previous pageCtrl-c to copy all listed itemst:Ctrl - d to delete from bookmark or history
b:Ctrl - Shift - <any letter> to create vim-like global mark
To create new map keys for Omnibar using cmapkey.
cmap could be used for Omnibar to change mappings, for example:
cmap('<Ctrl-n>', '<Tab>');
cmap('<Ctrl-p>', '<Shift-Tab>');
Omnibar:
Omnibar instance
List URLs like {url: "https://github.com", title: "github.com"} beneath omnibar
(Array)
Array of url items with title.
(boolean)
True to show a item as folder if it has no property url.
undefined:
Omnibar.listURLs ([{url: 'http://google.com', title: 'Google'}], false)
The status bar displays the status of Surfingkeys current mode: Normal, visual, etc.
(Object)
StatusBar:
StatusBar instance