mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 06:04:12 +01:00
Add 'private' for entering private browsing mode. (Gary Katsevman)
This commit is contained in:
@@ -304,6 +304,7 @@ section:Options[option-index]
|
||||
||'pageinfo'|| Desired info on [c]:pa[geinfo][c] +
|
||||
||'popups'|| Where to show requested popup windows +
|
||||
||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence +
|
||||
||'private'|| Set the 'private browsing' option +
|
||||
||'runtimepath'|| List of directories searched for runtime files +
|
||||
||'scroll'|| Number of lines to scroll with [m]<C-u>[m] and [m]<C-d>[m] commands +
|
||||
||'shell'|| Shell to use for executing [c]:![c] and [c]:run[c] commands +
|
||||
|
||||
@@ -445,6 +445,21 @@ Number of Ex commands and search patterns to store in the command-line history.
|
||||
____
|
||||
|
||||
|
||||
|\'noprivate'| |\'private'|
|
||||
||'private'|| boolean (default: off)
|
||||
____
|
||||
Set the 'private browsing' option. In private browsing mode history, cache
|
||||
files, cookies, form data, passwords, and download list entries are available
|
||||
only for the duration of the private browsing session and deleted when
|
||||
returning to normal browsing mode.
|
||||
|
||||
Warning: Vimperator specific data like command-line history is not yet purged
|
||||
when exiting private browsing mode.
|
||||
|
||||
Note: this is only available in FF 3.5.
|
||||
____
|
||||
|
||||
|
||||
|\'nohls'| |\'nohlsearch'| |\'hls'| |\'hlsearch'|
|
||||
||'hlsearch' 'hls'|| boolean (default: off)
|
||||
____
|
||||
|
||||
Reference in New Issue
Block a user