mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 03:34:12 +01:00
go=lrb for left, right, and bottom scrollbars respectively.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2008-XX-XX:
|
||||
* version 2.0 (probably)
|
||||
* IMPORTANT: For compatibility with vim, guioptions=b has been renamed
|
||||
'B'. 'b' now represents the bottom scrollbar.
|
||||
* IMPORTANT: :set now sets multiple options, as in Vim. Spaces in values
|
||||
must be quoted or escaped.
|
||||
* IMPORTANT: Due to much improved autocompletion, changed default 'complete' option
|
||||
|
||||
@@ -33,12 +33,12 @@ const config = { //{{{
|
||||
|
||||
/*** optional options, there are checked for existance and a fallback provided ***/
|
||||
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "windows"],
|
||||
defaults: { guioptions: "r" },
|
||||
defaults: { guioptions: "rb" },
|
||||
|
||||
guioptions: {
|
||||
m: ["Menubar", ["toolbar-menubar"]],
|
||||
T: ["Toolbar", ["nav-bar"]],
|
||||
b: ["Bookmark bar", ["PersonalToolbar"]]
|
||||
B: ["Bookmark bar", ["PersonalToolbar"]]
|
||||
},
|
||||
|
||||
get visualbellWindow() getBrowser().mPanelContainer,
|
||||
|
||||
Reference in New Issue
Block a user