mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 02:27:58 +01:00
added vimperator.has("feature") and made vimperator.open(...) work in thunderbird as well
This commit is contained in:
@@ -29,7 +29,8 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
vimperator.config = {
|
||||
name: "Vimperator",
|
||||
hostApplication: "Firefox",
|
||||
dialogs: []
|
||||
dialogs: [],
|
||||
features: ["bookmarks", "history", "marks", "quickmarks", "hints", "tabs"]
|
||||
}
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user